Skip to main content

A math libary for easier use of math formulas

Project description

FastMath

The best math libary for python

Usage

To add numbers do: add(1, 2)

This is the same as 1 + 2

To subtract do: sub(2, 3)

This is the same as 2 - 3

To multiply do: mul(2, 2)

This is the same as 2 * 2

To divide do: div(4, 2)

This is the same as 4 / 2

To caculate the area of a circle do:

circle_area(5)

This is the same as 5^2 * 3.14

To use the quadratic formula do:

qudratic(6, 17, 12)

This is the same as (-17 (+ or -) sqrt(17^2 - 4 * 6 * 12)) / 2 * 6

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fastmath-0.0.2.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

fastmath-0.0.2-py2.py3-none-any.whl (2.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page