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

Get/set n-th bit of BigUint and BigInt #183

Merged
merged 18 commits into from Feb 24, 2021
Merged

Get/set n-th bit of BigUint and BigInt #183

merged 18 commits into from Feb 24, 2021

Commits on Dec 30, 2020

  1. Configuration menu
    Copy the full SHA
    8d9f40c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    107b415 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2020

  1. Configuration menu
    Copy the full SHA
    58a8163 View commit details
    Browse the repository at this point in the history
  2. More tests and comments

    janmarthedal committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    152bf65 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2021

  1. Configuration menu
    Copy the full SHA
    8b6a1bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7199bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0c3374 View commit details
    Browse the repository at this point in the history
  4. Fix some formatting

    janmarthedal committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    39b89cb View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2021

  1. Configuration menu
    Copy the full SHA
    40ce776 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d6d388 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2021

  1. Configuration menu
    Copy the full SHA
    49a14b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30ec1f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Configuration menu
    Copy the full SHA
    223bbc3 View commit details
    Browse the repository at this point in the history
  2. Fix formatting (doh)

    janmarthedal committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    df4ef9d View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Some more comments

    janmarthedal committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    d95583c View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Let BigUint::bit work to the extreme u64::MAX

    32-bit targets would fail to convert that to a `usize` digit index, but
    we can reasonably say that all bits are false at that point.
    cuviper committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    5aaf369 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1e854e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69f654e View commit details
    Browse the repository at this point in the history