• 2022-06-29 问题

    下面那个语句可返回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)

    下面那个语句可返回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)

  • 2021-04-14 问题

    Math对象有3个取整函数分别是 floor、round、ceil。

    Math对象有3个取整函数分别是 floor、round、ceil。

  • 2022-06-06 问题

    Which of the following methods is not in the Math class? ( ) A: abs B: parseInt C: ceil D: log

    Which of the following methods is not in the Math class? ( ) A: abs B: parseInt C: ceil D: log

  • 2022-05-30 问题

    下面关于Math对象描述正确的是 A: Math对象需要先实例化才能使用 B: Math对象的ceil()方法向上取整 C: Math对象有5个方 D: Math对象是自定义的对象

    下面关于Math对象描述正确的是 A: Math对象需要先实例化才能使用 B: Math对象的ceil()方法向上取整 C: Math对象有5个方 D: Math对象是自定义的对象

  • 2022-05-30 问题

    Math对象的哪个方法可以返回小于等于参数的整数?() A: round() B: pow() C: floor() D: ceil()

    Math对象的哪个方法可以返回小于等于参数的整数?() A: round() B: pow() C: floor() D: ceil()

  • 2022-07-29 问题

    Math对象的( )方法返回 0 ~ 1 之间的随机数。 A: abs(x) B: ceil(x) C: andom() D: ound(x)

    Math对象的( )方法返回 0 ~ 1 之间的随机数。 A: abs(x) B: ceil(x) C: andom() D: ound(x)

  • 2022-05-30 问题

    Math对象的( )方法是返回 e 的x次方? A: abs(x) B: ceil(x) C: cos(x) D: exp(x)

    Math对象的( )方法是返回 e 的x次方? A: abs(x) B: ceil(x) C: cos(x) D: exp(x)

  • 2022-05-30 问题

    Math对象的( )方法是对数值x进行上舍入。 A: abs(x) B: cos(x) C: ceil(x) D: exp(x)

    Math对象的( )方法是对数值x进行上舍入。 A: abs(x) B: cos(x) C: ceil(x) D: exp(x)

  • 2022-06-08 问题

    以下Math类的方法中,-4.4通过哪个方法运算后,结果为-5.0? A: floor() B: ound() C: min() D: ceil()

    以下Math类的方法中,-4.4通过哪个方法运算后,结果为-5.0? A: floor() B: ound() C: min() D: ceil()

  • 2022-06-08 问题

    使用Math类的方法中,-4.4通过哪个方法运算后,结果为-5.0?( ) A: round B: min C: floor D: ceil

    使用Math类的方法中,-4.4通过哪个方法运算后,结果为-5.0?( ) A: round B: min C: floor D: ceil

  • 1 2 3 4 5 6 7 8 9 10