Skip to content

Releases: nathanpjones/DecimalMath

v1.0.2

07 Mar 23:59

Choose a tag to compare

  • Added special-case handling for powers of 10 in Log10 (issue #5)

v1.0.1

14 Jul 19:09

Choose a tag to compare

  • Converted to .NET Standard (issue #2)
  • Improved performance of the Sqrt function by seeding the result from hardware (issue #1)
  • Added a Log method accepting a base (issue #3)
  • Added Log10 and Log2 methods

v1.0.0

14 Jul 19:09

Choose a tag to compare

Initial release