Skip to content

Cldr Utils version 2.29.6

Choose a tag to compare

@kipcole9 kipcole9 released this 08 May 21:20
· 1 commit to main since this release

Bug Fixes

  • Allow Decimal 3.0.0 as a valid dependency.

  • Cldr.Math.sqrt/2 now respects the current Decimal.Context.get/0 precision when called with a Decimal — the result is rounded to the configured precision and Newton's-method convergence scales accordingly. The optional precision argument, previously inert, is now an absolute convergence threshold (default derived from the context).