Skip to content

Smaller bugfixes, kotlin update

Compare
Choose a tag to compare
@ionspin ionspin released this 06 Aug 21:05
· 99 commits to main since this release
  • Bump to Kotlin 1.7.10
  • Fix for #239, toPlainString which was supposed to return same result as JVM was truncating zeroes when scale was used.
  • Fix for #238, wrong exponent in resolved decimal precision was used in divideAndRemainder
  • Fix for #237, when precision and exponent are same invalid value was returned
  • Fix for #231, exception incorrectly thrown when using scale (the library was only checking for unlimited precision instead of that and presence of scale)