sqr ( numeric_expression ) sqrt ( numeric_expression )
returns float_expression
Returns the square root of the numeric_expression.
print sqr(2) print sqrt(10)
will print
1.414214 3.162278
Abs, Acos, Asin, Atan, Ceil, Cos, Degrees, Exp, Float, Floor, Int, IsNumeric, Log, Log10, Radians, Rand, Round, Seed, Sin, Sqr, Tan