NegF14
Computes the two's complement of a 2.14 fraction.
Synopsis
frac14 NegF14( frac14 x )
Description
This macro returns the two's complement of a 2.14 fraction.
Arguments
- x
- A 2.14 fraction for which the two's complement is desired.
Return Value
The function returns the two's complement of x.
Implementation
Macro implemented in operamath.h V20.
Associated Files
operamath.h
See Also
NegF16
(), NegF30(), Neg32(), Neg64(), NegF32()