Skip to content

KBigNum v0.0.15

Choose a tag to compare

@github-actions github-actions released this 05 Jul 01:07
· 15 commits to main since this release
5869477

🚀 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