how are we supposed to represent decimals with big...
# announcements
h
how are we supposed to represent decimals with big decimal? am I missing something?
turns out big decimals keep the scale of the input. TIL
g
use bd1.divide(bd2)
a
yeah BigDecimal/BigInteger etc classes have their own arithmetic methods
c
kotlin will auto overload the divide operator
a
that is so cool!
r
i still think u will get the float error