Metadata-Version: 2.4
Name: boring-math-integer-math
Version: 0.8.2
Summary: Integer Mathematics
Keywords: comb,combinations,combinatorics,gcd,integer,lcm,math,number-theory,primes
Author-email: "Geoffrey R. Scheller" <geoffrey@scheller.com>
Requires-Python: >=3.12
Description-Content-Type: text/x-rst
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
License-File: LICENSE
Requires-Dist: pythonic-fp.circular-array>=5.3.0
Requires-Dist: pythonic-fp.fptools>=5.0.0
Requires-Dist: pythonic-fp.iterables>=5.0.0
Requires-Dist: pytest>=8.4.1 ; extra == "test"
Project-URL: Changelog, https://github.com/grscheller/boring-math-integer-math/blob/main/CHANGELOG.md
Project-URL: Documentation, https://grscheller.github.io/boring-math/integer-math/development/build/html/releases.html
Project-URL: Homepage, https://github.com/grscheller/boring-math/blob/main/README.md
Project-URL: Source, https://github.com/grscheller/boring-math-integer-math
Provides-Extra: test

Boring Math - Integer Math
==========================

PyPI project
`boring-math-integer-math
<https://pypi.org/project/boring-math-integer-math>`_.

Python module implementing two integer oriented math libraries.

- number theory module: ``boring_math.integer_math.number_theory``
- combinatorics module: ``boring_math.integer_math.combinatorics``

This PyPI project is part of of the grscheller
`boring-math namespace projects
<https://github.com/grscheller/boring-math/blob/main/README.md>`_

Documentation
-------------

Documentation for this project is hosted on
`GitHub Pages
<https://grscheller.github.io/boring-math/integer-math/development/build/html>`_.

Copyright and License
---------------------

Copyright (c) 2023-2025 Geoffrey R. Scheller. Licensed under the Apache
License, Version 2.0. See the LICENSE file for details.

