Extracted from Pike v7.4 release 117 at 2004-11-02.
pike.ida.liu.se
[Top]
predef::

Method sqrt()


Method sqrt

float sqrt(float f)
int sqrt(int i)

Description

Returns the square root of f , or in the integer case, the square root truncated to the closest lower integer.

See also

pow() , log() , exp() , floor()