NegF32

Computes the two's complement of a 32.32 fraction.

Synopsis

void NegF32( frac32 *dest, frac32 *src )

Description

This function returns the two's complement of a 32.32 fraction.

Arguments

dest
A pointer to the location to store the frac32 result.
src
A pointer to the location of the 32.32 fraction to be acted upon.

Return Value

The function returns the two's complement of x.

Implementation

Folio call implemented in operamath V20.

Associated Files

operamath.h, operamath.lib

See Also

NegF16(), NegF14(), Neg32(), Neg64(), NegF30()