AddF60
Adds two 4.60-format fixed-point fractions together.
Synopsis
void AddF60( frac60 *r, frac60 *a1, frac60 *a2 )
Description
This function adds two 4.60-format fixed-point fractions together and deposits the result in the location pointed to by the r argument.
Arguments
- r
- A pointer to a 4.60-fraction structure to store the result.
- a1, a2
- Pointers to 4.60-format fixed-point fraction addends.
Implementation
Folio call implemented in operamath V20.
Associated Files
operamath.h, operamath.lib
See Also
Add64
(), AddF32()