Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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