中国大学MOOC: Math.ceil(-10.1)返回的值是()
举一反三
- 下面那个语句可返回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)
- Math.ceil(-10.1)返回的值是() A: -10.1 B: -10.0 C: -11.0 D: 以上都不对
- 中国大学MOOC: Math对象的( )方法是返回 e 的x次方?
- 中国大学MOOC: Math对象的( )方法是返回x的自然对数(底为e)。
- Math对象的哪个方法可以返回小于等于参数的整数?() A: round() B: pow() C: floor() D: ceil()