Skip to content

CBOR version 1.1.0

Compare
Choose a tag to compare
@peteroupc peteroupc released this 16 Jun 03:41
· 1429 commits to master since this release

In version 1.1 there were many additions and bug fixes in arbitrary-precision
arithmetic, including:

  • Added unchecked versions of intValue and longValue in BigInteger
  • Added more overloads for FromString in ExtendedDecimal and ExtendedFloat
  • Fixed bug where Pow doesn't compute the exact value in unlimited precision contexts
  • Much added documentation