Share via


cos Method (JScript 5.6) 

Returns the cosine of a number.


Math.cos(number) 

Remarks

The required number argument is a numeric expression for which the cosine is needed.

The return value is the cosine of its numeric argument.

Applies To: Math Object (JScript 5.6)

Requirements

Version 1

See Also

Reference

acos Method (JScript 5.6)
asin Method (JScript 5.6)
atan Method (JScript 5.6)
sin Method (JScript 5.6)
tan Method (JScript 5.6)