Skip to content

Instantly share code, notes, and snippets.

@JossDev-Morales
Created October 14, 2023 00:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JossDev-Morales/c6a74fd2f38a82a7ac731be69cc70341 to your computer and use it in GitHub Desktop.
Save JossDev-Morales/c6a74fd2f38a82a7ac731be69cc70341 to your computer and use it in GitHub Desktop.
Releases Notes for 1.1.7 version of bigNumber.io

Releases Notes -v1.1.7

For this version I will officially introduce the arithmetic methods Power and ReturnPower, both methods use the exponentiation operation, based on simple exponents, that is, positive and integers, at the moment these methods do not work with negative exponents since this implies operations of roots and decimal exponents since they imply a more complicated algorithm and more memory use and efficiency.

Added Methods

  • Power
  • ReturnPower

What we guarantees

In this version the correct functioning of the arithmetic operation "power" or exponentiation is guaranteed, but only under simple exponents, not negative or decimal.

Issues

Nothing new that we are aware of, but if you think you found an error, bug or something that is not where it should be, feel free to create an "issue" in the official repository, here :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment