I want to change `public operator fun BigDecimal.d...
# kontributors
a
I want to change
public operator fun BigDecimal.div(other: BigDecimal) : BigDecimal = this.divide(other)
to
public operator fun BigDecimal.div(other: BigDecimal) : BigDecimal = this.divide(other, RoundingMode.HALF_UP)