Metadata-Version: 2.4
Name: intmath
Version: 1.0.0
Summary: Module for integer-specific mathematics functions
Author-email: Sergey B Kirpichev <skirpichev@gmail.com>
License-Expression: MIT
Project-URL: Issues, https://github.com/diofant/intmath/issues
Project-URL: Source, https://github.com/diofant/intmath
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Dynamic: license-file

intmath
=======

This is module for number-theoretical, combinatorial and other functions
defined for integer arguments.  It will provide same public API as the
math.integer submodule of the latest development version of the CPython.
