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

Adding four arithmetic functions #70

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Commits on Aug 21, 2019

  1. Update api.md

    Added Primes.totient
    reinermartin committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    ee5b2ae View commit details
    Browse the repository at this point in the history
  2. Update api.md

    reinermartin committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    a345d16 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. Added moebiusmu

    Added `moebiusmu` with two signatures (integers and factorizations as inputs), and added docstring
    reinermartin authored Aug 22, 2019
    Configuration menu
    Copy the full SHA
    83c66dd View commit details
    Browse the repository at this point in the history
  2. Added Primes.moebiusmu

    reinermartin authored Aug 22, 2019
    Configuration menu
    Copy the full SHA
    c2d060f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aeb72c1 View commit details
    Browse the repository at this point in the history
  4. Added liouvillelambda

    reinermartin authored Aug 22, 2019
    Configuration menu
    Copy the full SHA
    dfbe2f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da28472 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. Configuration menu
    Copy the full SHA
    5ffd4c8 View commit details
    Browse the repository at this point in the history
  2. Added tests

    Added tests for moebius(), liouville(), divisorcount(), divisorsum()
    reinermartin authored Aug 23, 2019
    Configuration menu
    Copy the full SHA
    20b2e85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6824af7 View commit details
    Browse the repository at this point in the history
  4. Deleted some nonsense

    reinermartin authored Aug 23, 2019
    Configuration menu
    Copy the full SHA
    a2085ab View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Configuration menu
    Copy the full SHA
    ebed4c8 View commit details
    Browse the repository at this point in the history