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 support for exponential notation #5

Merged
merged 4 commits into from
Jul 17, 2019

Commits on Jul 15, 2019

  1. Extract builder class

    Pablo Borowicz committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    601e049 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Clarify exponent in Number constructor

    Pablo Borowicz committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    ad97f15 View commit details
    Browse the repository at this point in the history
  2. Make Builder parse more formats, like:

    - 0.1e-1
    - 1E+10
    - .01
    - .1E-10
    Pablo Borowicz committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    9e2656a View commit details
    Browse the repository at this point in the history
  3. Activate tests for PHP 7.2 and 7.3

    Pablo Borowicz committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    35e437c View commit details
    Browse the repository at this point in the history