Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 241 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 241 Bytes

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)