NotF32
Computes one's complement of a 32.32 number.
Synopsis
void NotF32( frac32 *dest, frac32 *src )
Description
This function computes the one's complement of a 32.32 number in the location pointed to by src. The result is deposited in the location pointed to by dest.
Arguments
- dest
- A pointer to the location to store the 32.32 number result.
- src
- A pointer to the location of the 32.32 number to be acted upon.
Implementation
Folio call implemented in operamath V20.
Associated Files
operamath.h, operamath.lib
See Also
NotF16
(), NotF14(), Not32(), NotF30(), NotF60(), Not64()