SqrtF60_F30
Computes the square root of a 4.60 fraction as a 2.30 fraction.
Synopsis
frac30 SqrtF60_F30( frac60 *x )
Description
This function computes the 2.30 fraction square root of a 4.60 fraction.
Arguments
- x
- A pointer to the 4.60 fraction for which the square root is desired.
Return Value
The function returns the 2.30 fraction square root of x.
Implementation
Folio call implemented in operamath V20.
Associated Files
operamath.h, operamath.lib
See Also
Sqrt32
(), Sqrt64_32(), SqrtF32_F16()