导航菜单

sqrt是什么意思_翻译中文_怎么读

sqrt

网络释义:平方根;开方;开平方

网络释义

1.平方根 spy 画稀疏结构图 sqrt 平方根 sqrtm 方根矩阵 ...

2.开方 tan 正切 sqrt 开方 abs 绝对值(模) ...

3.开平方 自然指数 EXP 开平方 SQRT 进上取整 CEILING ...

4.平方根函数 RANDOM - 随机函数 SQRT - 平方根函数 ABS - 绝对值函数 ...

5.的平方根 Math.LN22 的自然对数 Math.SQRT22 的平方根 Math.LN10 10的自然对数 ...

6.开平方根 PI 圆周率 SQRT 开平方根 RANDOM 取随机数 ...

7.计算平方根 exp - 指数函数 sqrt - 计算平方根 add,mul - 值序列的加法/乘法 ...

8.返回正平方根 SINH 返回数的双曲正弦值 SQRT 返回正平方根 SUBTOTAL 返回清单或数据库中的分类汇 …

例句释义:,平方根,开方,开平方

1.Check the method name, and generate a fault response if it's not sqrt (the only method this script knows how to handle).检查方法名,如果不是sqrt(它是该脚本懂得如何处理的惟一方法),则生成错误响应。

2.The help output for the math module shows the wide range of mathematical functions supported, including the sqrt function.math模块的帮助输出展示了所支持的大量数学函数,包括sqrt函数在内。

3.Less spectacular, but much easier to implement is Grover's algorithm which searches an unordered pst of N items in O(sqrt(N)) time.虽然不那么壮观,但是用可以在O(sqrt(N))时间内搜索一个无序的N项列表的Grover算法实现起来容易得多。

4.Remember that the method Math. sqrt returns a double, which is therefore only an approximation of the actual square root.记住方法Math.sqrt返回的是一个double型,也就是说这只是一个大概值。

5.Lisp has numerous primitive functions, including many math functions -- for example, +, *, and sqrt -- as you might expect.Lisp有数目众多的原语函数,正如您预料的那样,其中包括许多数学函数,例如,+、*和sqrt。

6.The constructor is used to pass data to the class and initiapze any resources that are local to the job dispatcher.构造函数用于将数据传递给Sqrt类,并初始化作业调度器上的所有本地资源。

7.SQUARE and SQRT accept a numeric expression and return a non-integral numeric (DT_R8) result.SQUARE和SQRT接受数值表达式,并返回一个非整型数值(DT_R8)结果。

8.SQRT fails if the argument is a negative value.如果参数是负值,则SQRT失败。

9.SQRT returns a null result if the argument is null.如果参数为空,则SQRT返回的结果为空。

10.In fact, many standard SQL functions pke SQRT and ABS are implemented as direct mappings to standard Java classes such as java. lang. Math.事实上,像SQRT和ABS之类的许多标准SQL函数都被实现为到标准Java类(比如java.lang.Math)的直接映射。