The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

Method on @infsup: rsqrt (X)

Compute the reciprocal square root (for all positive numbers).

Accuracy: The result is a tight enclosure.

rsqrt (infsup (-6, 4))
  ⇒ ans = [0.5, inf]

See also: @infsup/realsqrt.

Package: interval