下列哪些语句是正确的Math对象方法
A: Math.random()
B: Math.rnd()
C: Math.max(数值1,数值2)
D: Math.floor(数值)
A: Math.random()
B: Math.rnd()
C: Math.max(数值1,数值2)
D: Math.floor(数值)
举一反三
- 以下哪些函数是Math对象的?( ) A: random() B: max(3,10) C: round(1.5) D: rnd(7.25)
- 下列哪个不是Math对象的方法 A: sort() B: floor() C: random() D: abs()
- Math对象的()方法是对数值x进行上舍入。
- 以下哪个不是正确的引入math库或其函数的语句() A: import math B: from math import * C: from math import math D: import math as ma
- 引用math模块中sqrt函数的导入语句,下列错误的语句是:( ) A: import math B: from math import sqrt C: from sqrt import math D: from math import *