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: add math module for high precision computing #375

Closed
wants to merge 35 commits into from

Commits on May 2, 2019

  1. feat: add math/big module

    axetroy committed May 2, 2019
    Configuration menu
    Copy the full SHA
    60311ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb54b09 View commit details
    Browse the repository at this point in the history
  3. style: format the test file

    axetroy committed May 2, 2019
    Configuration menu
    Copy the full SHA
    c30b442 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. Configuration menu
    Copy the full SHA
    480e645 View commit details
    Browse the repository at this point in the history
  2. refactor: add type for const

    axetroy committed May 3, 2019
    Configuration menu
    Copy the full SHA
    1d9f0bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    537509f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ba47d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d08f29d View commit details
    Browse the repository at this point in the history
  6. style: format the code

    axetroy committed May 3, 2019
    Configuration menu
    Copy the full SHA
    c44c5b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    87e10db View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    091022a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ae8fdf3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5b30dfc View commit details
    Browse the repository at this point in the history
  11. test: update test case

    axetroy committed May 3, 2019
    Configuration menu
    Copy the full SHA
    7a4187c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0de73dc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    545f09a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bfc4fba View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a5ada68 View commit details
    Browse the repository at this point in the history
  16. style: format the code

    axetroy committed May 3, 2019
    Configuration menu
    Copy the full SHA
    d8a514c View commit details
    Browse the repository at this point in the history
  17. test: update test case

    axetroy committed May 3, 2019
    Configuration menu
    Copy the full SHA
    3b08ffe View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8929dc1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    bdcde65 View commit details
    Browse the repository at this point in the history
  20. fix: eslint warning

    axetroy committed May 3, 2019
    Configuration menu
    Copy the full SHA
    a583c58 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a48f962 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    65ec600 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    85fd9e6 View commit details
    Browse the repository at this point in the history
  24. docs: update vendor license

    axetroy committed May 3, 2019
    Configuration menu
    Copy the full SHA
    0ae6185 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    074e416 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    58c73f7 View commit details
    Browse the repository at this point in the history
  27. docs: add math documenation

    axetroy committed May 3, 2019
    Configuration menu
    Copy the full SHA
    e32b6e6 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0d3d575 View commit details
    Browse the repository at this point in the history
  29. docs: update jsdoc comment

    axetroy committed May 3, 2019
    Configuration menu
    Copy the full SHA
    c36ddbb View commit details
    Browse the repository at this point in the history
  30. test: add test case for min

    axetroy committed May 3, 2019
    Configuration menu
    Copy the full SHA
    ebf6891 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    045bf3c View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    741f925 View commit details
    Browse the repository at this point in the history