Last updated 19 days ago
Was this helpful?
Returns the cosine of an angle entered in radians
Result: 0.9553364891256059809876433064346201717853546142578125
Cos(number=[numeric])
number
numeric
true
The number to calculate the cosine of (in radians).
cos( .3 );
writeDump( cos( 90 ) );