Skip to content

Negative number handling

Compare
Choose a tag to compare
@jakeboone02 jakeboone02 released this 26 Aug 19:56

This release adds the capability to handle negative numbers. This necessitated a change in behavior for error conditions as noted below.

Breaking changes

  • Returns NaN for invalid inputs instead of -1

Bug fixes

  • Handles negative numbers properly (fixes #3)