最新历史版本 :SQRT-计算一个非负数的算术平方根 返回文档
编辑时间: 内容长度:图片数:目录数: 修改原因:

目录:

1. Overview编辑

grammarSQRT(number)Returns the square root of an arithmetic number that is not negative. You can find any non-negative number that is the square root of an arithmetic number.
parameternumber

number must be a non-negative number, otherwise the function returns a value of null. 

2. Matters needing attention编辑

  • Support a numeric parameter, more than that is not legal

3. Example编辑

FormulaResultRemark
SQRT(64)8
SQRT(-64)Return to blank