代码import math;x=math.log(3)执行后,则( ) A: x=1 B: 都不对 C: x<1 D: x>1
代码import math;x=math.log(3)执行后,则( ) A: x=1 B: 都不对 C: x<1 D: x>1
Which of the following methods is not in the Math class? ( ) A: abs B: parseInt C: ceil D: log
Which of the following methods is not in the Math class? ( ) A: abs B: parseInt C: ceil D: log
以下哪几个是math模块中的函数? A: round B: log C: degrees D: pi
以下哪几个是math模块中的函数? A: round B: log C: degrees D: pi
以下哪几个是math模块中的函数? A: round B: log C: degrees D: pi
以下哪几个是math模块中的函数? A: round B: log C: degrees D: pi
以下哪几个是math模块中的函数? A: round B: log C: degrees D: pi
以下哪几个是math模块中的函数? A: round B: log C: degrees D: pi
math库中能实现求平方根的函数是: A: abs B: gcd C: sqrt D: log
math库中能实现求平方根的函数是: A: abs B: gcd C: sqrt D: log
选择下列函数运行后的输出NestList[Log,10,3] A: {Log[10],Log[Log[10]],Log[Log[Log[10]]]} B: {10,Log[10],Log[Log[10]],10+Log[Log[Log[10]]]} C: {Log[10],Log[Log[10]],Log[Log[Log[Log[10]]]]} D: {10,Log[10],Log[Log[10]],Log[Log[Log[10]]]}
选择下列函数运行后的输出NestList[Log,10,3] A: {Log[10],Log[Log[10]],Log[Log[Log[10]]]} B: {10,Log[10],Log[Log[10]],10+Log[Log[Log[10]]]} C: {Log[10],Log[Log[10]],Log[Log[Log[Log[10]]]]} D: {10,Log[10],Log[Log[10]],Log[Log[Log[10]]]}
Math对象的( )方法是返回x的自然对数(底为e)。 A: floor(x) B: log(x) C: sin(x) D: tan(x)
Math对象的( )方法是返回x的自然对数(底为e)。 A: floor(x) B: log(x) C: sin(x) D: tan(x)
Math类是标准的数学类,下面哪一个不是该类提供的数学运算的方法()。 A: 绝对值abs() B: 指数运算exp() C: 对数运算log() D: 排序sort()
Math类是标准的数学类,下面哪一个不是该类提供的数学运算的方法()。 A: 绝对值abs() B: 指数运算exp() C: 对数运算log() D: 排序sort()
以下哪个不是正确的引入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