Skip to content

Releases: Singulink/Singulink.Numerics.BigIntegerExtensions

v2.2

08 Dec 15:05
Compare
Choose a tag to compare
  • Enable optimized code paths for .NET 8.

v2.1

30 Dec 01:32
Compare
Choose a tag to compare
  • Added CountDigitsAndTrailingZeros() extension method
  • Performance optimizations

v2.0.1

20 Jun 01:20
Compare
Choose a tag to compare

Improved digit counting performance on .NET 5.

v2.0.0

15 Jun 08:30
Compare
Choose a tag to compare

Changed the Divide method parameters to accept a new RoundingMode enum with more rounding modes and clearer naming than the system version.

v1.1.0

19 Apr 00:22
Compare
Choose a tag to compare

Added support for all the new rounding modes added in .NET Core 3.0 to BigIntegerExtensions.Divide().

v1.0.1

22 Feb 04:33
Compare
Choose a tag to compare

Changed target framework to .NET Standard 2.0 for broader .NET support.

v1.0.0

07 Feb 09:37
e788c4b
Compare
Choose a tag to compare

Initial release.