Important: The information in this document is obsolete and should not be used for new development.
FracSqrt
You can use theFracSqrtfunction to obtain the square root of aFractnumber.
FUNCTION FracSqrt (x: Fract): Fract;
x- The
Fractnumber to obtain a square root of. This parameter is interpreted as being unsigned in the range 0 through 4 - 2-30, inclusive. That is, the bit of aFractnumber that ordinarily has weight -2 is instead interpreted as having weight 2.DESCRIPTION
TheFracSqrtfunction returns the square root of theFractnumber you supply in thexparameter. The result is unsigned in the range 0 through 2, inclusive.