You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The functions inc and dec in the BigDecimal class are currently not defined as operator fun like in the BigInteger class which has operator fun dec(): BigInteger and operator fun inc(): BigInteger
Maybe this is a API bug. If not and it was intentional it should be documented.