<< Previous | Next >>

cos

float cos( float x );

Description

Computes the cosine of real float value x.

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

Parameters

x
Angle in radians.

Return value

Cosine of the argument.

Library

MATH.LIB

See also

acos, cosh, sin, tan


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