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

BUG: Format floats using their intrinsic decimal precision #1267

Merged
merged 3 commits into from
Sep 18, 2022

Commits on Sep 5, 2022

  1. Format floats using the intrinsic decimal precision instead of reduci…

    …ng to 5 decimal places
    
    Explicitly format floats in outline color test so they can be compared
    programmarchy committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    00f0ed7 View commit details
    Browse the repository at this point in the history
  2. Use Decimal.quantize to specify precision

    rather than adding a precision property to FloatObject
    programmarchy committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    9766c75 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Configuration menu
    Copy the full SHA
    6b7f7ef View commit details
    Browse the repository at this point in the history