KBigNum v0.0.15
🚀 What's New in v0.0.15
📋 Changes
- bump: version 0.0.15 (94a17e4)
- style: fix code formatting issues across all platforms (bbd2d3b)
- Update (5c5fe36)
- Fix KBigInteger toLong() method to throw ArithmeticException on overflow (e42159a)
- Fix iOS KBigDecimal platform consistency and improve test suite (10ece37)
- Enhance KBigDecimal and KBigInteger implementations with additional methods for scale and precision, improve error handling for arithmetic operations, and add comprehensive unit tests for rounding modes and edge cases. (fc4c037)
📦 Installation
Gradle (Kotlin DSL)
dependencies {
implementation("io.github.gatrongdev:kbignum:0.0.15")
}Gradle (Groovy)
dependencies {
implementation 'io.github.gatrongdev:kbignum:0.0.15'
}🔗 Links
Full Changelog: v0.0.14...v0.0.15