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

Add sqrt for math #3242

Merged
merged 21 commits into from Jun 7, 2022
Merged

Add sqrt for math #3242

merged 21 commits into from Jun 7, 2022

Commits on Mar 6, 2022

  1. Add sqrt for math

    jjz committed Mar 6, 2022
    Copy the full SHA
    8050d7d View commit details
    Browse the repository at this point in the history
  2. Fix lint for .sol

    jjz committed Mar 6, 2022
    Copy the full SHA
    74076e3 View commit details
    Browse the repository at this point in the history
  3. Add new tests

    jjz committed Mar 6, 2022
    Copy the full SHA
    98e1358 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. slight improvement

    Amxx committed May 30, 2022
    Copy the full SHA
    25950fa View commit details
    Browse the repository at this point in the history
  2. add a changelog entry

    Amxx committed May 30, 2022
    Copy the full SHA
    8d5d2d2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    55a870d View commit details
    Browse the repository at this point in the history
  4. lint

    Amxx committed May 30, 2022
    Copy the full SHA
    270e8fc View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Copy the full SHA
    71ac6df View commit details
    Browse the repository at this point in the history
  2. use min

    Amxx committed Jun 1, 2022
    Copy the full SHA
    fa2b258 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    Amxx committed Jun 1, 2022
    Copy the full SHA
    27d025e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5dde1b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Copy the full SHA
    1a5aee1 View commit details
    Browse the repository at this point in the history
  2. fix lint

    Amxx committed Jun 2, 2022
    Copy the full SHA
    0218d35 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Apply suggestions from code review

    Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
    Amxx and frangio committed Jun 6, 2022
    Copy the full SHA
    c940f21 View commit details
    Browse the repository at this point in the history
  2. Update Math.sol

    Amxx committed Jun 6, 2022
    Copy the full SHA
    0b157fa View commit details
    Browse the repository at this point in the history
  3. Update Math.sol

    Amxx committed Jun 6, 2022
    Copy the full SHA
    6e1ce42 View commit details
    Browse the repository at this point in the history
  4. Update Math.sol

    Amxx committed Jun 6, 2022
    Copy the full SHA
    6c138b2 View commit details
    Browse the repository at this point in the history
  5. Add sqrt with rounding

    Amxx committed Jun 6, 2022
    Copy the full SHA
    beaf866 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    455fcea View commit details
    Browse the repository at this point in the history
  7. fix lint

    Amxx committed Jun 6, 2022
    Copy the full SHA
    abe47be View commit details
    Browse the repository at this point in the history
  8. Gas improvement.

    Amxx committed Jun 6, 2022
    Copy the full SHA
    361fe6b View commit details
    Browse the repository at this point in the history