RoundingOptions

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