Skip to content

Home

Travis CI Build Status CodeFactor Score Codecov Score PyPI Status

Mathext

An extension to the math library provided by Python.

Documentation available here.

Getting started

Install via pip

pip install mathext

Importing

import mathext

Example usage

if mathext.triangular(5): print("5 is a triangular number.")

For more commands, visit this website.