SqrtF32_F16

Computes the square root of a 32.32 fraction.

Synopsis

ufrac16 SqrtF32_F16( ufrac32 *x )

Description

This function computes the 16.16 fraction square root of a 32.32 fraction.

Arguments

x
A pointer to the 32.32 fraction for which the square root is desired.

Return Value

The function returns the 16.16 fraction square root of x.

Implementation

Folio call implemented in operamath V20.

Associated Files

operamath.h, operamath.lib

See Also

Sqrt32(), Sqrt64_32(), SqrtF60_F30()