Math.ceil(-8.60)的值是多少?
举一反三
- 下面那个语句可返回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(6.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
- 下面关于Math对象描述正确的是 A: Math对象需要先实例化才能使用 B: Math对象的ceil()方法向上取整 C: Math对象有5个方 D: Math对象是自定义的对象