Skip to content

Instantly share code, notes, and snippets.

@JossDev-Morales
Created October 24, 2023 19:47
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/c307fd806687790a6082545144d024a0 to your computer and use it in GitHub Desktop.
Save JossDev-Morales/c307fd806687790a6082545144d024a0 to your computer and use it in GitHub Desktop.
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
  • Abs

Static Arithmetic Methods

  • getAbs
  • gaussSumOf

Built-in Logical Methods

  • isPrime
  • isComposite
  • isEven
  • isOdd
  • isPositive
  • isNegative
  • isZero

Static Logical Methods

  • isPrime
  • isComposite
  • isEven
  • isOdd
  • isPositive
  • isNegative
  • isZero

What we guarantees

In this version, the use of the methods integrated in the version is guaranteed, I try to keep the methods in a functional way, that is why there are separations of static methods and return methods and built-in methods that interact with the current value.

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 :)

Hey, something else, if you want to join the maintainer team, just mail me (thejosuescript@gmail.com), or contact me by my personal Discord or LinkedIn

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