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

Improve fixed-point documentation #1455

Merged
merged 10 commits into from
Aug 8, 2024
Merged

Improve fixed-point documentation #1455

merged 10 commits into from
Aug 8, 2024

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    d12d444 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3c0a54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19bc54a View commit details
    Browse the repository at this point in the history
  4. Fix formatting of trig func list

    There was a space between the opening parens an `SIN`
    ISSOtm committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    885b4f1 View commit details
    Browse the repository at this point in the history
  5. Simplify sine table example a bit

    Use fewer magic constants, and a FOR loop.
    Also use a max input bound that isn't 1.0, to avoid confusion with the
    `1.0` that's used to shift the output range.
    ISSOtm committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    ce10e69 View commit details
    Browse the repository at this point in the history
  6. Remove misleading equations describing DIV, MUL, and FMOD

    They were not equivalent, and besides, it seems more likely that the shifts
    would confuse newbies while not bringing useful info to experts.
    ISSOtm committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    3ea0be7 View commit details
    Browse the repository at this point in the history
  7. Use more maths to describe the fixed-point functions

    This should help, I think?
    ISSOtm committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b56bd48 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    28615f1 View commit details
    Browse the repository at this point in the history
  9. Minor style fixups

    Co-authored-by: Sylvie <[email protected]>
    ISSOtm and Rangi42 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    4d2dcb9 View commit details
    Browse the repository at this point in the history
  10. Remove detailed explanations of some fixed-point funcs

    Co-authored-by: Sylvie <[email protected]>
    ISSOtm and Rangi42 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    923bb94 View commit details
    Browse the repository at this point in the history