null
Install this library using pip
:
pip install math
Usage instructions go here.
To contribute to this library, first checkout the code. Then create a new virtual environment:
cd math
python -m venv venv
source venv/bin/activate
Now install the dependencies and test dependencies:
pip install -e '.[test]'
To run the tests:
pytest