LPC Library Functions: sqrt

NAME

sqrt() - returns the square root of a float

SYNOPSIS

float sqrt( float f );

DESCRIPTION

sqrt() returns the non-negative square root of its argument, `f'. The value of `f' must not be negative.

Note that this efun is only available if the driver flag PACKAGE_MATH is defined.

SEE ALSO

exp(), log(), pow()

Page design by Frank Jacquette & Tim Hollebeek
Copyright (C) 1998 Tim Hollebeek & Frank Jacquette
Back to MudOS