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)的直接映射。