formatRoundDecimal

fun Double.formatRoundDecimal(format: String = "#.##", mode: RoundingMode = CEILING): String
inline fun Float.formatRoundDecimal(format: String = "#.##", mode: RoundingMode = CEILING): String