/math-module

A python math module.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Math Module

Simple enough python module for math.

How to use:

import pmath
print(pmath.log10(2))

This module is a free software under the BSD-3-Clause License (see the LICENSE file for more details)