mathlib: a pure python maths library#

Tests License PyPI Downloads code style: black build automation: yam Lint: ruff

mathlib is a maths library written in pure python, so that it can be used

In a nutshell#

Installation#

The easiest way is to use poetry to manage your dependencies and add mathlib to them.

[tool.poetry.dependencies]
mathlib = "^0.5.0"

Usage#

mathlib mainly offers some number theoretic functions.