Metadata-Version: 2.1
Name: avmath
Version: 1.2.0b2
Summary: Avmath math module
Home-page: https://github.com/ballandt/avmath
Author: Camillo Ballandt
Author-email: ballandt@protonmail.com
License: MIT
Project-URL: Documentation, https://ballandt.github.io/docs/avmath.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

# AdVanced Math v1.2.0-beta2

---
Website: https://ballandt.github.io/projects/avmath/index.html
Documentation: https://ballandt.github.io/docs/avmath.html
---
## Contents

* [Description](#description)
  * [General information](#information)
  * [Extended description](#extended description)
* [Features](#features)
* [Changelog](CHANGELOG.md)
* [Developments](DEVELOPMENTS.md)
* [Releases](#releases)
---

## Description
### Information

Category | Data
------------ | -------------
Author | Camillo Ballandt
Release version | [1.1.0](https://www.github.com/ballandt/avmath/releases/tag/1.1.0)
Developing version | 1.2.0
### Extended description

AdVanced Math 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 allow
concentrating on the programming part. The intention of avmath
is to be a complete math library with standard features and
more advanced parts.

---
## Features

* [Standard features](https://www.github.com/ballandt/avmath/blob/master/scr/avmath/__init__.py)
  * trigonometry
  * faculties
  * exponential functions
  * constants

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

The supported release for avmath is [_First Release_](https://www.github.com/ballandt/avmath/releases/tag/1.1.0) v1.1.0 .

