找考题网-背景图
单项选择题

如果需要使用scala库中的sqrt函数,如sqrt(2),下列引用包的方式错误的是()。

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