Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Boring Math - Integer Math 1.1.0 documentation
Boring Math - Integer Math 1.1.0 documentation

Overview

  • boring-math-integer-math

User Documentation

  • Usage
  • PyPI releases
  • Changelog

API Documentation

  • boring_math.integer_math
    • number_theory
    • combinatorics
Back to top
View this page

boring_math.integer_math¶

Modules

  • number_theory
    • coprime()
    • gcd()
    • iSqrt()
    • isSqr()
    • is_prime()
    • jacobi_symbol()
    • lcm()
    • legendre_symbol()
    • primes()
    • primes_capped()
    • primes_wilson()
  • combinatorics
    • comb()
    • perm()

Integer Mathematics¶

Modules of an integer math nature.

  • module boring_math.integer_math.number_theory

    • number theoretic library

  • module boring_math.integer_math.combinatorics

    • combinatorics library

Next
number_theory
Previous
Changelog
Copyright © 2023-2025, Geoffrey R. Scheller
Made with Sphinx and @pradyunsg's Furo
On this page
  • boring_math.integer_math
    • Integer Mathematics