Description
Returns the tangent of an angle, provided in radians.
Parameters
Return Type
Number
Example
number a = tan(4); print("a= " + a);
Prints: a= 1.1578212823495777;
See also
Filter by label
There are no items with the selected labels at this time.