🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

mathician

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mathician

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

1.7.1
PyPI
Maintainers
1

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.5.0

  • Code rewrite for publishing with PyPi

Quickstart

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

Take a look at more examples in the examples folder!

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts