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 Strict Decimal Formatting Based on Provided Input Parameter #109

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    bfea89b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38efbb8 View commit details
    Browse the repository at this point in the history
  3. Handle floating point rounding errors when determining default decima…

    …l places
    
    Multiplying the original fractional number by 100 can introduce rounding errors, causing the default decimal place code to count zeroes as decimal places.
    This update ensures that only real decimal places (non-zero values) are counted.
    philliphartin committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    91d134b View commit details
    Browse the repository at this point in the history