Equinox Online Help - Language Reference - A to Z

Home

Sqrt

Applies to
SyntaxSqrt(NumberExpression)
Action[Function] Returns the square root of NumberExpression.
ScopeUsable anywhere.
Notes
CategoryMaths
See Also Abs, Acos, Asin, Atan, Cos, Deg, Int, Log, Max, Min, MinMax, Rad, Rnd, RndStart, Round, Sign, Sin, Sqrt, Tan
Example

This example displays the number five on a dialog.

Alert Sqrt(25)