SubF16
Subtracts a 16.16 fraction from another.
Synopsis
frac16 SubF16( frac16 x, frac16 y )
Description
This macro returns the difference between two 16.16 fractions.
Arguments
- x, y
- Two 16.16 fractions for the subtraction. y is subtracted from x.
Return Value
The macro returns the value (x - y).
Implementation
Macro implemented in operamath.h V20.
Associated Files
operamath.h
See Also
SubF32
(), SubF60(), Sub32(), SubF30(), SubF14(), Sub64()