cos
To calculate the cosine
The function returns the cosine of an angle in radians. The result is a numeric value between -1 and 1.
cos(number)
number
cos(x)
To calculate the cosine of a given number x between -1 and 1. 1
cos(-0.25)
Result: 0.9689124217106447
Last modified 9mo ago