Metadata-Version: 2.1
Name: evmath
Version: 1.1.1
Summary: Evmath math module
Home-page: https://github.com/ballandt/evmath
Author: Camillo Ballandt
Author-email: ballandt@protonmail.com
License: UNKNOWN
Project-URL: Documentation, https://ballandt.github.io/docs/evmath.html
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Evmath

---
Website: (https://ballandt.github.io/projects/evmath/index.html)
Documentation: (https://ballandt.github.io/docs/evmath.html)
---
### Description

Evmath is a python package that contains advances math features
and functionalities. It is created to easily access deeper math
without the need of mathematical support, so it shall to concentrate
on the programming part.
---
### Information

Category | Data
------------ | -------------
Author | Camillo Ballandt
Release version | [1.1.0](https://github.com/ballandt/evmath/archive/v1.1.0.tar.gz)
Developing version | 1.1.1
---
### Features

* [Standard features](https://www.github.com/ballandt/evmath/blob/master/evmath/__init__.py)
  * trigonometry
  * faculties

* [Geometry](https://www.github.com/ballandt/evmath/blob/master/evmath/geo.py)
  * vectors
  * matrices
  * angles
  * point structures
  * vector areas
---
### Issues

* Evmath standard features are sometimes dependent to the
standard math library.
---
### Current developments

* matrices
  * determinant function (1.1.1)
* vectors
  * matrix operations (n.p.)
* std features
  * independence of math module (1.2.0)

