Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: factorial for HUGE numbers #1691

Merged
merged 15 commits into from
Dec 31, 2019
Merged

feat: factorial for HUGE numbers #1691

merged 15 commits into from
Dec 31, 2019

Commits on Dec 15, 2019

  1. feat: factorial for HUGE numbers

    kmdrGroch committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    0a7a248 View commit details
    Browse the repository at this point in the history
  2. fix linting

    kmdrGroch committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    3da57f7 View commit details
    Browse the repository at this point in the history
  3. fix tests

    kmdrGroch committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    6a717a5 View commit details
    Browse the repository at this point in the history
  4. optimisation

    kmdrGroch committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    d20c887 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2ac9cc View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. fix bugs, add cross-point threshold

    kmdrGroch committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    dd0bea4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/kmdrGroch/mathjs into de…

    …velop
    kmdrGroch committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    bcfcab5 View commit details
    Browse the repository at this point in the history
  3. fix lint

    kmdrGroch committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    4dd32db View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. fix: use Array.push

    kmdrGroch committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    3e9dcc1 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2019

  1. Configuration menu
    Copy the full SHA
    f7e3535 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. Configuration menu
    Copy the full SHA
    35364e6 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2019

  1. remove complex algorithm

    kmdrGroch committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    82af0b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2019

  1. implement factorial algorithm

    kmdrGroch committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    bb57e9b View commit details
    Browse the repository at this point in the history
  2. fix lint

    kmdrGroch committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    e0fd6d4 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2019

  1. Configuration menu
    Copy the full SHA
    56f0d3f View commit details
    Browse the repository at this point in the history