Math.tan() FunctionNameMath.tan() Function---compute a tangentAvailabilityNavigator 2.0, Internet Explorer 3.0 Synopsis
Math.tan(x) Arguments
ReturnsThe tangent of the specified angle x. DescriptionMath.tan() computes and returns the tangent of its numeric argument, which must be an angle specified in radians. UsageTo convert degrees to radians, multiply by 0.017453293 (2pi/360). |
|