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

Implement Number.prototype.toPrecision #962

Merged
merged 9 commits into from
Dec 17, 2020
Merged

Implement Number.prototype.toPrecision #962

merged 9 commits into from
Dec 17, 2020

Commits on Dec 12, 2020

  1. Implement Number.prototype.toPrecision

    Closes #349.
    NathanRoyer committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    3bff4df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35ab370 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Configuration menu
    Copy the full SHA
    b2654ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from boa-dev/master

    Updating my fork to the original project
    NathanRoyer authored Dec 16, 2020
    Configuration menu
    Copy the full SHA
    6182157 View commit details
    Browse the repository at this point in the history
  3. Fixed links to spec, code comments, tests and implementation is close…

    …r to the spec for Number.prototype.toPrecision
    NathanRoyer committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    afcef34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77c27ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3cb3c3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    66be2f8 View commit details
    Browse the repository at this point in the history
  7. Improved implementation of Number.prototype.toPrecision by simplifyin…

    …g, commenting and restructuring the code
    NathanRoyer committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    f8c1abe View commit details
    Browse the repository at this point in the history