SubF60
Subtracts a 4.60 fraction from another.
Synopsis
void SubF60( frac60 *r, frac60 *s1, frac60 *s2 )
Description
This function subtracts two 4.60 fractions and deposits the result in the location pointed to by r.
Arguments
- r
- A pointer to the 4.60 fraction result of the subtraction.
- s1, s2
- Pointers to the two 4.60 fractions for the subtraction. s2 is subtracted from s1.
Implementation
Folio call implemented in operamath V20.
Associated Files
operamath.h, operamath.lib
See Also
Sub64
(), SubF32(), SubF16(), SubF30(), SubF14(), Sub32()