Hacker News new | ask | show | jobs
Eliminate arithmetic precision loss in idiomatic Kotlin (github.com)
1 points by reidbuzby 912 days ago
1 comments

Hello! I've just released an open source library in Kotlin that allows safe and developer friendly arithmetic in idiomatic Kotlin, built on top of the Java native BigDecimal class. KonigDecimal most notably prevents accidental precision loss during arithmetic operations by enforcing type safety on limited precision arithmetic.

Let me know what you think!