SinF16

Computes the 16.16 sine of a 16.16 fraction angle.

Synopsis

frac16 SinF16( frac16 x )

Description

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

Arguments

x
A 16.16 fraction describing the angle of the circle.

Return Value

The value returned is the sine of the input angle.

Implementation

Folio call implemented in operamath V20.

Associated Files

operamath.h, operamath.lib

See Also

CosF16(), CosF32(), SinF32(), CosF30(), SinF30()