mud/lib/doc/efun/all/tan
2020-09-06 05:43:07 -07:00

15 lines
227 B
Plaintext

tan - return the tangent of a float
float tan( float f );
This efun is only available if PACKAGE_MATH is compiled in.
Returns the tangent of its argument, 'f', measured in radians.
See also:
acos,
asin,
atan,
cos,
sin