arthur
public operator fun BigDecimal.div(other: BigDecimal) : BigDecimal = this.divide(other)
public operator fun BigDecimal.div(other: BigDecimal) : BigDecimal = this.divide(other, RoundingMode.HALF_UP)