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

gh-85988: Change documentation for sys.float_info.rounds #99675

Merged
merged 5 commits into from
Nov 27, 2022

Commits on Nov 22, 2022

  1. Change documentation for sys.float_info.rounds

    Change the documentation for sys.float_info.rounds to remove
    references to C99 section 5.2.4.2.2 and instead place the
    available values inline.
    tbwolfe committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    a724de0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49c9296 View commit details
    Browse the repository at this point in the history
  3. Correction to previous documentation change

    Newlines were not preserved in generated HTML on previous
    commit. I have changes the list to a comma-separated list
    of values and their meanings.
    tbwolfe committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    7031f9f View commit details
    Browse the repository at this point in the history
  4. Merge branch 'float-info-rounds-documentation' of github.com:tbwolfe/…

    …cpython into float-info-rounds-documentation
    
    Merge upstream branch into local topic branch
    tbwolfe committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    51a2d35 View commit details
    Browse the repository at this point in the history
  5. Clarify source for value of FLT_ROUNDS

    Clarify the source of the FLT_ROUNDS value and
    change 'floating-point addition' to 'floating-point
    arithmetic' to indicate that the rounding mode
    applies to all arithmetic operations.
    tbwolfe committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    4243533 View commit details
    Browse the repository at this point in the history