Multiplatform BigDecimal implementation?

I’ve set up a first cut at a library at kmulti-bignumber. It has an expect declaration for BigDecimal with some of the essential methods and operators. For the JVM it just directly uses typealias from java.math.BigDecimal. I haven’t done anything on JS or BigInteger yet and probably won’t for awhile, so please send PRs. :slight_smile: