common_math 0.2.0

A collection of common math functions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# A collection of common math functions


As its name suggests common_math provides ways to do common math functions more easily 
than with the standard library alone.

Currently, it only contains rounding functions, however more functions may be added in the future

## Modules


- **Rounding** - functions for rounding - offers rounding to a number of zeros, decimal places or significant figures

## Disclaimer


This project is still in early development and all parts of the api are currently unstable