SinF32

Computes the operamath 32.32 sine of a 16.16 fraction.

Synopsis

void SinF32( frac32 *dest, frac16 x )

Description

This function returns the operamath 32.32 sine of a 16.16 fraction. In operamath coordinates, there are 256.0 units in a circle.

Arguments

dest
A pointer to a 32.32 fraction containing the result.
x
A 16.16 fraction describing the angle of the circle.

Implementation

Folio call implemented in operamath V20.

Associated Files

operamath.h, operamath.lib

See Also

SinF16(), CosF16(), CosF32(), CosF30(), SinF30()