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

Changed documentation to match headers. #1431

Merged
merged 2 commits into from
Sep 28, 2023

Commits on Sep 28, 2023

  1. Changed documentation to match headers.

    Most of this change is cosmetic, geting code and documentation to match
    const/mutable or signed/unsigned.  The change is almost always a change to
    documentation. arb.h and fmpz_mod_mpoly.h were changed so that `set_ui`
    functions were modified to take an ulong instead of a slong.
    
    This does fix a fair number of typos, copy paste errors, etc., where the code
    and the documentation diverge considerably.
    deinst committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    251efcf View commit details
    Browse the repository at this point in the history
  2. Fixed silly typo

    remove a spurious 't '.
    deinst committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    b3190b2 View commit details
    Browse the repository at this point in the history