Metadata-Version: 2.1
Name: trig
Version: 0.0.3
Summary: Many trigonometric functions
Home-page: https://gitlab.com/Tom_Fryers/trig
Author: Tom Fryers
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Trig

`trig` is a package that provides a variety of common and lesser-known
trigonometric functions.

The included functions are:

- sine (`sin`)
- cosine (`cos`)
- tangent (`tan`)
- secant (`sec`)
- cosecant (`csc`)
- cotangent (`cot`)
- versine (`ver`)
- coversine (`cvs`)
- vercosine (`vcs`)
- covercosine (`cvc`)
- haversine (`hvs`)
- hacoversine (`hcv`)
- havercosine (`hvc`)
- hacovercosine (`hcc`)
- exsecant (`exs`)
- excosecant (`exc`)
- chord (`crd`)

each of which also has a hyperbolic (suffixed with `h`), inverse (prefixed
with `a`) and inverse hyperbolic variant.


