.cos
Description
Parameters
Usage On Numbers
num = 90.cos()
// the input value is in degrees
// this does the cosine of 90 degrees, not the cosine of 90 radians
log num
// returns 0Last updated
num = 90.cos()
// the input value is in degrees
// this does the cosine of 90 degrees, not the cosine of 90 radians
log num
// returns 0Last updated