• 2022-06-27 问题

    【3 math函数 pow fabs 】 若doublex=3.0,y=2.0;则表达式pow(y,fabs(x))的值为【 】。

    【3 math函数 pow fabs 】 若doublex=3.0,y=2.0;则表达式pow(y,fabs(x))的值为【 】。

  • 2022-06-29 问题

    下面那个语句可返回x的整数部分 A: import math math.ceil(x) B: from math import ceil ceil(x) C: import math math.trunc(x) D: import math math.fabs(x)

    下面那个语句可返回x的整数部分 A: import math math.ceil(x) B: from math import ceil ceil(x) C: import math math.trunc(x) D: import math math.fabs(x)

  • 2022-06-06 问题

    C语言中求平方根的函数是( ) A: math() B: sqrt() C: fabs() D: abs()

    C语言中求平方根的函数是( ) A: math() B: sqrt() C: fabs() D: abs()

  • 2022-06-27 问题

    Python标准库math中用来计算平方根的函数是 () A: sqrt B: abs C: fabs D: exp

    Python标准库math中用来计算平方根的函数是 () A: sqrt B: abs C: fabs D: exp

  • 2021-04-14 问题

    What is the value of fabs( -5.0 )?

    What is the value of fabs( -5.0 )?

  • 2021-04-14 问题

    函数fabs(x)的功能是________

    函数fabs(x)的功能是________

  • 2022-10-26 问题

    以下哪个不是正确的引入math库或其函数的语句() A: import math B: from math import * C: from math import math D: import math as ma

    以下哪个不是正确的引入math库或其函数的语句() A: import math B: from math import * C: from math import math D: import math as ma

  • 2022-06-12 问题

    Mr. Yang ______. A: teaches math us B: teaches us to math C: teaches math to us D: us teaches math

    Mr. Yang ______. A: teaches math us B: teaches us to math C: teaches math to us D: us teaches math

  • 2021-04-14 问题

    以下程序的输出结果是 #include “ math.h” main() { double a=-3.0,b=2; printf(“ %3.0f %3.0f\n”,pow(b,fabs(a)),pow(fabs(a),b)); }

    以下程序的输出结果是 #include “ math.h” main() { double a=-3.0,b=2; printf(“ %3.0f %3.0f\n”,pow(b,fabs(a)),pow(fabs(a),b)); }

  • 2022-05-27 问题

    I don’t think it advisable () A: your studying math B: you to study math C: for you to study math D: of you to study math

    I don’t think it advisable () A: your studying math B: you to study math C: for you to study math D: of you to study math

  • 1 2 3 4 5 6 7 8 9 10