-->
当前位置:首页 > 题库

单选题:h0276. 如果需要使用scala库中的sqrt函数,如sqrt(2),下列引用包的方式错误的是?

Luz4年前 (2022-05-04)题库552
如果需要使用scala库中的sqrt函数,如sqrt(2),下列引用包的方式错误的是?



A.import scala.math._
B.import sqrt
C.import math._
D.import math.sqrt


答案:B