NotF60
Computes one's complement of a 4.60 number.
Synopsis
void NotF60( frac60 *dest, frac60 *src )
Description
This function computes the one's complement of a 4.60 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 4.60 number result.
- src
- A pointer to the location of the 4.60 number to be acted upon.
Implementation
Folio call implemented in operamath V20.
Associated Files
operamath.h, operamath.lib
See Also
NotF16
(), NotF14(), Not32(), NotF30(), Not64(), NotF32()