Math.ceil( 95.39 )的结果是:
A: 95.3
B: 95.4
C: 95
D: 96
A: 95.3
B: 95.4
C: 95
D: 96
举一反三
- Math.round( 95.39 )的结果是: A: 95.3 B: 95.4 C: 95 D: 96
- 下面那个语句可返回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类的方法中,-4.4通过哪个方法运算后,结果为-5.0? A: floor() B: ound() C: min() D: ceil()
- 使用Math类的方法中,-4.4通过哪个方法运算后,结果为-5.0?( ) A: round B: min C: floor D: ceil
- Which of the following methods is not in the Math class? ( ) A: abs B: parseInt C: ceil D: log