On this page本页内容
$sqrt
¶New in version 3.2.版本3.2中的新功能。
Calculates the square root of a positive number and returns the result as a double.
$sqrt
has the following syntax:语法如下所示:
The argument can be any valid expression as long as it resolves to a non-negative
number. For more information on expressions, see Expressions.有关表达式的详细信息,请参阅表达式。