en:sqr

Sqr or Sqrt (Function)

Format

sqr ( numeric_expr )
sqrt ( numeric_expr )

returns float_value

Description

Returns the square root of the numeric_expr.

Example

print sqr(2)
print sqrt(10)

will print

1.414214
3.162278

See Also

History

0.9.6.51New To Version
en/sqr.txt · Last modified: 2014/02/08 11:01 by admin