.tan
Description
Parameters
Usage On Numbers
num = 90.tan()
// the input value is in degrees
// this does the tangent of 90 degrees, not the tangent of 90 radians
log num
// returns 1.6331239e+16Last updated
num = 90.tan()
// the input value is in degrees
// this does the tangent of 90 degrees, not the tangent of 90 radians
log num
// returns 1.6331239e+16Last updated