• 2022-06-30
    能够正确计算30度余弦值的是( )。
    A: double d=Math.cos(30)
    B: ouble d=Math.cosine(30)
    C: double d=Math.cos(Math.toRadians(30))
    D: double d=Math.cos(Math.toDegrees(30))
  • A

    内容

    • 0

      调用Math类的sin()、cos()方法求正弦、余弦值时,给定的度数参数是 度值

    • 1

      以下哪个不是正确的引入math库或其函数的语句() A: import math B: from math import * C: from math import math D: import math as ma

    • 2

      Mr. Yang ______. A: teaches math us B: teaches us to math C: teaches math to us D: us teaches math

    • 3

      I don’t think it advisable () A: your studying math B: you to study math C: for you to study math D: of you to study math

    • 4

      执行了import math之后即可执行语句print (cos(pi/2))。( )