<< Previous | Next >>

sin

float sin ( float x );

Description

Computes the sine of x.

NOTE The Dynamic C functions deg and rad convert radians and degrees.

Parameters

x
Angle in radians.

Return value

Sine of x.

Library

MATH.LIB

See also

sinh, asin, cos, tan


Dynamic C Functions << Previous | Next >> rabbit.com