NegF60

Computes the two's complement of a 4.60 fraction.

Synopsis

void NegF60( frac60 *dest, frac60 *src )

Description

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

Arguments

dest
A pointer to the location to store the 4.60 fraction result.
src
A pointer to the location of the 4.60 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(), NegF32()