===== Sqr or Sqrt (Function) =====
==== Format ====
**sqr** ( [[numericexpressions|numeric_expression]] )\\
**sqrt** ( [[numericexpressions|numeric_expression]] )
returns [[floatexpressions|float_expression]]
==== Description ====
Returns the square root of the [[numericexpressions|numeric_expression]].
==== Example ====
print sqr(2)
print sqrt(10)
will print
1.414214
3.162278
==== See Also ====
{{page>en:start#Mathematics&noheader}}
==== History ====
|0.9.6.51|New To Version|