sqrt 双语例句
全部
1·Exponential (log, log2, log10, exp, exp2, exp10, SQRT, cur).
指数函数(log、log2、log10、exp、exp2、exp10、sqrt、cur)。
2·where (with pi = 3.1415... and sqrt() denoting the square root)
其中 ( pi = 3.1415...,sqrt() 表示平方根)
3·The third to last panel is an imaginary number.Shouldn't it be -SQRT(x)?
倒数第三张图是错的吧? 难道不应该是-√x 嘛?
4·SQRT square root. I'm saying, this is the name I'm going to give to this function.
就是平方根,And, this, equates, to, that。,In, this, case, sqrt,我说的是这是它的名字,我将给这个函数命名。
5·A more portable option is to use the standard defined style: double SQRT (double d1) throw ;.
一种更加具有可移植性的方法是,使用标准定义的风格:double sqrt (double d1) throw ;。
6·It contains a nested loop that calls exp , cos , and sin , followed by a loop that calls sin and SQRT .
它包含了一个嵌套的循环,该循环会调用exp 、cos以及sin,接下来是一个调用sin和sqrt的循环。
7·Check the method name, and generate a fault response if it's not SQRT (the only method this script knows how to handle).
检查方法名,如果不是sqrt(它是该脚本懂得如何处理的惟一方法),则生成错误响应。
8·The help output for the math module shows the wide range of mathematical functions supported, including the sqrt function.
math 模块的帮助输出展示了所支持的大量数学函数,包括 sqrt 函数在内。
9·On running this test, the BOOST_CHECK macro fails despite the fact that you're using the SQRT function provided as part of the standard library.
运行这个测试时,尽管使用的是作为标准库一部分提供的sqrt函数,boost_check宏仍然会失败。
10·The math functions include abs(), acos(), asin(), atan(), atan2(), constant(), cos(), exp(), highest(), log(), lowest(), sin(), sqrt(), and tan().
其中的运算函数包括 abs()、 acos()、 asin()、 atan()、 atan2()、 constant()、 cos()、 exp()、 highest()、 log()、 lowest()、 sin()、 sqrt() 和 tan()。