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

17 lines
291 B
Plaintext

sin - return the sine of a float
float sin( float f );
This efun is only available if PACKAGE_MATH is compiled in.
Returns the sine of its argument, `f', measured in radians.
See also:
acos,
asin,
atan,
cos,
tan
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere