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