Skip to content

poggersbutnot/math-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)