|
LPC Library Functions: sqrt |
|
NAMEsqrt() - returns the square root of a float
SYNOPSISfloat sqrt( float f );
DESCRIPTIONsqrt() 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 |
|
Page design by Frank Jacquette & Tim Hollebeek Copyright (C) 1998 Tim Hollebeek & Frank Jacquette |
|