NotF16

Computes one's complement of a 16.16 fraction.

Synopsis

frac16 NotF16( frac16 x )

Description

This macro returns the one's complement of a 16.16 fraction.

Arguments

x
A 16.16 fraction for which the one's complement is desired.

Return Value

The function returns the one's complement of x.

Implementation

Macro implemented in operamath.h V20.

Associated Files

operamath.h

See Also

NotF14(), NotF30(), Not32(), Not64(), NotF32()