Skip to content

Instantly share code, notes, and snippets.

@JossDev-Morales
Last active October 12, 2023 20:21
Show Gist options
  • Save JossDev-Morales/66119911cd8999cdd9e35f03544f8285 to your computer and use it in GitHub Desktop.
Save JossDev-Morales/66119911cd8999cdd9e35f03544f8285 to your computer and use it in GitHub Desktop.
Releases notes v1.1.5 for bignumber.io

Releases Notes -v1.1.5

In this version integrate a new method to obtain the residue of a division, this new method is called Module and belongs to the arithmetic methods, that is, it has a counterpart that will return directly the result of the operation, without having to keep a record of the operation or alter the existing value within the same object.

Added Methods

  • Module
  • ReturnModule

What we guarantees

In this version we guarantee the operation of two new methods to obtain the residue or modulus of a division, accepts negative numbers.

Issues

Nothing new for now :)

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