Extracted from Pike v7.6 release 112 at 2009-09-11.
pike.ida.liu.se
[Top]

Method cos()


Method cos

float cos(float f)

Description

Return the cosine value for f . f should be specified in radians.

See also

acos() , sin() , tan()