SquareRoot -  (內建函數) 數學函數
語法:
計算傳入數值的平方根,請傳入大於0的數字。
回傳數值 = SquareRoot(數值)
說明:

範例:

Value1 = SquareRoot(100);  // Value1 = 10

請參考 Square函數