<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Mathematical functions > Sqrt() |
Take the square root of a number.
REGULAR FUNCTION
Result = Sqrt(Number)
Number |
REAL |
Number to be square-rooted. If Number < 0, absolute value is used. |
Result |
REAL |
Result of the calculation. |