Method sqrt()
- Method sqrt
floatsqrt(floatf)
intsqrt(inti)
mixedsqrt(objecto)- Description
Returns the square root of
f, or in the integer case, the square root truncated to the closest lower integer. If the argument is an object, the lfun _sqrt in the object will be called.- See also