Skip to main content

A Python package that simplifies equations.

Project description

extramaths 0.0.1

A custom Python package that simplifies equations. Right now it only does quadratics and 2D shape areas, soon I'll add more.

Go to https://pypi.org/project/extramaths/ to install the package.

Help Page

For Quadratics

from extramaths import quadsolver

value1, value2 = quadsolver.quadraticsolver(a, b, c)

print(value1)
print(value2)

For the equation: 6x^2 + 11x - 35 = 0

a = 6

b = 11

c = -35

The output would be:

1.6666666666666667
-3.5

For Areas of 2D Shapes

from extramaths import areasolver

Square

areasolver.area_square(length)

If the length of the sides are 2, then

length = 2

The output would be:

4

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

extramaths-0.1.0.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

extramaths-0.1.0-py3-none-any.whl (3.4 kB view hashes)

Uploaded 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