Sqrt32
Computes square root of an unsigned 32-bit number.
Synopsis
uint32 Sqrt32( uint32 x )
Description
This function computes the positive square root of an unsigned 32-bit number.
Arguments
- x
- The number for which the square root is desired.
Return Value
The function returns the square root of x.
Implementation
Folio call implemented in operamath V20.
Associated Files
operamath.h, operamath.lib
See Also
SqrtF16
(), Sqrt64_32(), SqrtF32_F16()