sqrt
美
英 
例句
Check the method name, and generate a fault response if it's not sqrt (the only method this script knows how to handle).
检查方法名,如果不是sqrt(它是该脚本懂得如何处理的惟一方法),则生成错误响应。
The help output for the math module shows the wide range of mathematical functions supported, including the sqrt function.
math模块的帮助输出展示了所支持的大量数学函数,包括sqrt函数在内。
Less spectacular, but much easier to implement is Grover's algorithm which searches an unordered list of N items in O(sqrt(N)) time.
虽然不那么壮观,但是用可以在O(sqrt(N))时间内搜索一个无序的N项列表的Grover算法实现起来容易得多。
Remember that the method Math. sqrt returns a double, which is therefore only an approximation of the actual square root.
记住方法Math.sqrt返回的是一个double型,也就是说这只是一个大概值。
Lisp has numerous primitive functions, including many math functions -- for example, +, *, and sqrt -- as you might expect.
Lisp有数目众多的原语函数,正如您预料的那样,其中包括许多数学函数,例如,+、*和sqrt。
The constructor is used to pass data to the class and initialize any resources that are local to the job dispatcher.
构造函数用于将数据传递给Sqrt类,并初始化作业调度器上的所有本地资源。
SQUARE and SQRT accept a numeric expression and return a non-integral numeric (DT_R8) result.
SQUARE和SQRT接受数值表达式,并返回一个非整型数值(DT_R8)结果。
SQRT fails if the argument is a negative value.
如果参数是负值,则SQRT失败。
SQRT returns a null result if the argument is null.
如果参数为空,则SQRT返回的结果为空。
In fact, many standard SQL functions like SQRT and ABS are implemented as direct mappings to standard Java classes such as java. lang. Math.
事实上,像SQRT和ABS之类的许多标准SQL函数都被实现为到标准Java类(比如java.lang.Math)的直接映射。