SubF14

Subtracts a 2.14 fraction from another.

Synopsis

frac14 SubF14( frac14 x, frac14 y )

Description

This macro returns the difference between two 2.14 fractions.

Arguments

x, y
Two 2.14 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(), SubF16(), Sub64()