Skip to content

Mathician is a math package that uses the math library (some of it) and built with Python math classes.

License

Notifications You must be signed in to change notification settings

ArjunSharda/Mathician

Repository files navigation

Mathician

Top Language License GitHub commit activity (per year) Total GitHub Contributors

Mathician is a math package that uses the math library (some of it) and is built with Python math functions. It is created by Arjun Sharda, and it is one simple python package that can be used, although basic and is great for starters who are learning how to use PyPi.

Mathician is open-sourced and is free for everyone to use, fork, etc, under the MIT License as defined in the LICENSE file In short, Mathician is a basic math package some basic math features and uses the math library. It is a python package created by Arjun Sharda and can be installed with the PyPi package manager.

Installation

# MacOS / Linux (via Terminal)
python3 -m pip install -U mathician

# Windows (via CMD Prompt)
py -3 -m pip install -U mathician

Changelog

Version 1.7.1

  • Added square, real solutions, slope and combination, credit: @De-y via #60

Quickstart

import mathician
print(mathician.add(100, 2))

Take a look at more examples in the examples folder!

About

Mathician is a math package that uses the math library (some of it) and built with Python math classes.

Topics

Resources

License

Stars

Watchers

Forks

Languages