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

fix: prettier floating point numbers #1293

Merged
merged 12 commits into from
Nov 7, 2024
Merged

Commits on Oct 21, 2024

  1. fix: prettier floating point numbers

    Add dragonbox to compute the required precision to print floating point
    numbers. This avoids uglification of floating point numbers that
    happen by default via std::stringstream.
    
    Numbers like 34.34 used to be converted to '34.340000000000003' as strings.
    With this version they will be converted to the string '34.34'.
    
    This fixes issue jbeder#1289
    SGSSGene committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    7476d1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b27962 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54dd046 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e63f4da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58b7a3c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6dcc526 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    07edac1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    209c190 View commit details
    Browse the repository at this point in the history
  9. fix: add missing include

    SGSSGene committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    4f9e01e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bb792ce View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    e3d3041 View commit details
    Browse the repository at this point in the history
  2. fix: spell fix

    SGSSGene committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    a5c162f View commit details
    Browse the repository at this point in the history