
abbr.開平方根(=square root)
SQRT fails if the argument is a negative value. 如果參數(shù)是負(fù)值,則SQRT失敗。
Most quick math sin and cos (+ sqrt). (譯):最快速數(shù)學(xué)黃大仙和COS ( + sqrt ) 。
SQRT function returns the square root of x. SQRT傳回一個(gè)數(shù)字的正值平方根。
The sqrt() function returns the square root of a number. 函數(shù)的作用是:返回一個(gè)數(shù)值的平方根。
Note: The sqrt() function will return -1.#IND if the parameter x is a negative number. 注意:在使用sqrt()函數(shù)時(shí),如果指定的參數(shù)x是一個(gè)負(fù)數(shù),那么函數(shù)將 ...