Skip to content

Instantly share code, notes, and snippets.

View JossDev-Morales's full-sized avatar
:shipit:
coding

Josué Eleazar Tejeda Morales JossDev-Morales

:shipit:
coding
View GitHub Profile
@JossDev-Morales
JossDev-Morales / Releases-Notes-v118-bignumberio.md
Created October 24, 2023 19:47
Realease notes for v1.1.8

Releases Notes -v1.1.8

In this version many methods, logical and arithmetic were introduced in both classes, these methods include static methods and in-instance methods that interact with the value of the object, arithmetic methods are mostly methods that you could achieve using powers but I decided that it is a good option to have the basic potentiation operations at hand.

Added Methods

Built-in Arithmetic Methods

  • Squared
  • Cubed
@JossDev-Morales
JossDev-Morales / Releases-Notes-v117-bignumberio.md
Created October 14, 2023 00:10
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

@JossDev-Morales
JossDev-Morales / Releases-Notes-v115-bignumberio.md
Last active October 12, 2023 20:21
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

@JossDev-Morales
JossDev-Morales / Releases-Notes-v112-bignumberio.md
Created October 7, 2023 01:58
Releases Notes for the 1.1.2 version of bignumber.io

Releases Notes -v1.1.2

At this version, nothing really "new" was introduced, new in quotes since the division method was really added, but this method, was already contemplated in the previous versions, but due to errors in this last method, it was decided to remove it from the versions, now it returns and introduces a series of important changes in the version.

Let's go in parts, now with the division method, some things were added, within the same method and outside, now you can pass some small initial configurations to the constructor to control some behaviors of the division, these behaviors are explained in the documentation, within the method were introduced some features to make the method work, such as calculating periodic decimals and length restrictions on answers.

Releases Notes -v1.1.1

At this version, I drastically reduced the weight of the library, isolating parts of it, the documentation was moved to a gist, isolating the weight of this and other files to separate files in gists, the original files can still be found in the repository but the configuration examples were not, they were also isolated in gists.

At this version, only docs are modified, but this change in the folders and weight will be maintained in the following versions.

What we gurantees

@JossDev-Morales
JossDev-Morales / bignumber.io-Documentation.md
Last active October 24, 2023 19:51
bignumber.io Documentation

BigNumber.io

'npm link' 'downloads' 'license' Build Status

[!['repository'][git-img]][git-link] [!['discord'][discord-img]][discord-link]

@JossDev-Morales
JossDev-Morales / bignumberioReleases.md
Last active October 14, 2023 00:12
Notes for all releases

Releases Notes -v1.1.0

At this version, I included some features to the main classes such as comparison methods for logical operations and static methods for the same purpose, I also included static constructor methods, with the purpose of being able to build based on a number in another numerical base and obtain the constructed object, this we achieved with the integration of a library named number-converter.io.

Added Methods

  • gt
  • lt
  • eq
  • gte