Math.ceil(6.49)的值是多少?
举一反三
- 下面那个语句可返回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(-8.60)的值是多少?
- Math.round(6.49)的值是多少? A: 6 B: 0-6之间的随机数 C: 7 D: 0.49
- Math对象有3个取整函数分别是 floor、round、ceil。
- Which of the following methods is not in the Math class? ( ) A: abs B: parseInt C: ceil D: log