Solo 2 puntos Formato de cadena de flotación Kotlin
String.format("%.3f", number).toDouble()
Fine Frog
String.format("%.3f", number).toDouble()