RoundingOptions

fun RoundingOptions(    precision: Int = DEFAULT_ROUNDING_PRECISION,     roundingMode: RoundingMode = RoundingMode.HALF_EVEN,     scale: Int? = null)