scala保留小数的代码很简单,下面举个保留6位小数的例子:

scala.math.Pi.formatted("%.6f").toDouble