round

open fun round(x: Double, scale: Int): Double
open fun round(x: Double, scale: Int, @NonNull roundingMethod: RoundingMode): Double