Home
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.