altavir
03/18/2018, 7:01 AMoperator fun BigDecimal.times(other: BigDecimal) = this.multiply(other)
I believe that it was not added to the standard library on purpose since there is a lot of different ways to override non-generic numbers operations and developers do not know, which one to chose.