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

15 lines
240 B
Plaintext

exp - find e to the power of a float
float exp( float f );
This efun is only available if PACKAGE_MATH is compiled in.
exp() returns e^f.
See also:
log,
pow,
sqrt
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere