Skip to content

1.2.0 (May 10, 2020)

Latest
Compare
Choose a tag to compare
@git-ced git-ced released this 10 May 08:54
· 23 commits to master since this release

What's new

  • Converted functions to pure functions, it doesn't mutate the input arrays.
  • Removed sorting algorithms as it doesn't match the library's purpose. Instead created a util function to handle sorting internally.

Math

  • factorial - Gets the factorial of a given number.