Skip to content
/ jmath Public

jmath is a hobby project developing a set of mathematical tools in Python .

License

Notifications You must be signed in to change notification settings

JHay0112/jmath

Repository files navigation

jmath

jmath is a hobby project developing a set of mathematical tools in the Python Language.


Installation

Open a terminal/command prompt and use pip install jmath.


Documentation

Documentation can be found at https://jmath.jordanhay.com/


Testing

Open a terminal in the root director and run pytest tests/, this requires pytest. Tests are automatically run in Github by a Github Action.


Github Workflows

Github workflows help automate testing, updating the requirements, and publishing this repo.