float sqrt(float f) int sqrt(int i)
Returns the square root of f , or in the integer case, the square root truncated to the closest lower integer.
pow() , log() , exp() , floor()