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

Macro for nondecimal bases #768

Merged
merged 19 commits into from
Feb 14, 2024

Commits on Feb 13, 2024

  1. create a macro for nondecimal bases with a test.

    update
    
    
    update
    pstaabp committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    d9c0586 View commit details
    Browse the repository at this point in the history
  2. convert to a context

    update
    
    
    convert to a context
    pstaabp committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    f4ba61a View commit details
    Browse the repository at this point in the history
  3. updates

    pstaabp committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    b708df5 View commit details
    Browse the repository at this point in the history
  4. more work on creating this as a context

    updates
    
    
    updates
    pstaabp committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    16dd2c4 View commit details
    Browse the repository at this point in the history
  5. update

    pstaabp committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    1621027 View commit details
    Browse the repository at this point in the history
  6. documentation and cleanup

    pstaabp committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    37998ed View commit details
    Browse the repository at this point in the history
  7. fix error with non-standard decimal characters.

    update
    
    
    update
    pstaabp committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    72e4d8b View commit details
    Browse the repository at this point in the history
  8. removal of old versions.

    pstaabp committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    61f38b3 View commit details
    Browse the repository at this point in the history
  9. another update

    pstaabp committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    b2484b6 View commit details
    Browse the repository at this point in the history
  10. Add integer division and improvement of documentation

    More cleanup
    
    
    More cleanup
    pstaabp committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    3a9c123 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c958740 View commit details
    Browse the repository at this point in the history
  12. fix typos

    pstaabp committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    a449e26 View commit details
    Browse the repository at this point in the history
  13. light edits to documentation

    Alex-Jordan authored and pstaabp committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    a4ab0f8 View commit details
    Browse the repository at this point in the history
  14. some preset digit collections

    Alex-Jordan authored and pstaabp committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    783b9e3 View commit details
    Browse the repository at this point in the history
  15. add modulo operator

    Alex-Jordan authored and pstaabp committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    58cb5cb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a65f2f5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1b4c7bb View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    ced1be1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23 from Alex-Jordan/convert-nondecimal-base

    automatically print base for Real answers
    pstaabp authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    0ab122a View commit details
    Browse the repository at this point in the history