mud/lib/doc/efun/floats/atan
2020-09-06 05:43:07 -07:00

15 lines
235 B
Plaintext

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