Skip to content

v3.0.0

Compare
Choose a tag to compare
@nvanbenschoten nvanbenschoten released this 10 Jan 21:12
· 42 commits to master since this release
a3aa8bd

Breaking Changes

The Decimal.Coeff field's type has changed from a math/big.Int to a new apd.BigInt type. This allows the library to embed small coefficients into the Decimal struct directly, instead of requiring a separate heap allocation and indirection.

What's Changed

Full Changelog: v2.0.2...v3.0.0