Metadata-Version: 2.4
Name: noamath
Version: 0.0.7
Summary: A Math Library
Author: Noah Edward Holmén
Author-email: GanonBlasterTheGrey@gmail.com
License: Source Available License (see LICENSE file)
Classifier: Programming Language :: Python :: 3
Classifier: License :: Free To Use But Restricted
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

The License is a source available license,it is at the bottom. there is very importent information inside of the license,
please check the license.

To request something to me ask GanonBlasterTheGrey@gmail.com or NoahHolmen8@hotmail.com

Please report any bugs,issues and feedback to me.

The name of the library is noamath.

noamath installation:
pip install noamath

how to use noamath:

The functions for calculating area are squareArea, circleArea and rectArea.

squareArea calculates the area of a square, there is one argument, it should be the length of one side of the square.

circleArea calculates the area of a circle, there is one argument, it should be the radius of the circle.

rectArea calculates the area of a rectangle, there is two arguments, the first one should be one side and the second argument should be the side right next to, it should not be the opposite side.

The other functions add, remove, divide, multiply, pow, sqrt, dot.

In the add function you have atleast two arguments it can be infinite, it just adds the numbers.

In the remove function you have atleast two arguments it can be infinite, it just removes the numbers.

In the divide function you have atleast two arguments it can be infinite, it just divides the numbers.

In the multiply function you have atleast two arguments it can be infinite, it just multiplys the numbers.

In the pow function there are two arguments, both arguments has to have the same shape and they both have to be vectors, it dot products the two vectors.

In the sqrt function there is one argument, it returns the square root of the number.

The class is value
remember its lowercase

You just put a value inside of value

reminder:
i can forget to update some things like README.md or __version___ for example.

license:
Source - Available License
You can use it.
You can make things based of of my ideas.
You need my permision to modify my code.
You are not allowed to copy without my permision.
You are allowed to use the same formulas, and similar, even if they were made by me.
You are not allowed to use the name noamath, but you can use similar names for example rmath or gmath.
To request me for permission request to GanonBlasterTheGrey@gmail.com or NoahHolmen8@hotmail.com
please report bugs, issues and feedback to me.
