Metadata-Version: 2.4
Name: mathv2
Version: 1.0.3
Summary: A sequel to original math module
Author: Ivanko
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-python
Dynamic: summary

**Mathv2** - is a sequel to existing module math, that contains more features:
1. More constants: phi; rho; alpha and more
2.  Area functions for finding area of some polygons
3. Volume functions for finding volume of some 3D solids

**Note:** You may not understand the function for finding area of a polygon. It requires an **apothem**. Search for "Apothem" on Internet to get more information.

**What's new in 1.0.3?**
- Added **Sigma and Pi:** Sigma calculates sum of all integers from start point to finish point. Works almost like `range()`; Pi calculates product of all integers from start point to finish point. Works like Sigma

- Added **Quadratic Formula:** Lets you calculate the roots of any quadratic equation.

Where:

- **a** - the coefficient in front of or the number beside **xВІ**

- **b** - the coefficient in front of or the number beside **x**

- **c** - the constant

The remaining functions are straightforward to use
