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

16 lines
332 B
Plaintext

sqrt - returns the square root of a float
float sqrt( float f );
This efun is only available if PACKAGE_MATH is compiled in.
sqrt() returns the non-negative square root of its argument, `f'. The value
of `f' must not be negative.
See also:
exp,
log,
pow
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere