Metadata-Version: 2.1
Name: MathSquare
Version: 0.0.4.1
Summary: A package for easy work with geometric formulas
Home-page: https://github.com/Zedikon/MathSquare/wiki/MathSquare-wiki
Author: Zedikon
Author-email: mrzedikon@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Description-Content-Type: text/markdown

# MathSquare
MathSquare - python library for work with geometric formulas easy.
For example, you can solve a problem with the Pythagorean theorem in one line of code using Mathsquare, while on a "naked" python it may take 5-6 lines of code.

# opportunities
Area calculation

Calculation of the area of a triangle by Heron's theorem

calculation of radius and diameter

calculation of the cathet/hypotenuse according to the Pythagorean theorem

Calculation of cosine, sine, tangent

# Future
Add support for more geometric shapes

# docs
GitHub wiki page with docs - https://github.com/Zedikon/MathSquare/wiki/MathSquare-wiki

