Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Syntax
Number.Sqrt(number as nullable number) as nullable number
About
Returns the square root of number
. If number
is null, Number.Sqrt returns null. If it is a negative value, Number.NaN is returned (Not a number).
Example 1
Find the square root of 625.
Usage
Number.Sqrt(625)
Output
25
Example 2
Find the square root of 85.
Usage
Number.Sqrt(85)
Output
9.2195444572928871