# @danielsimonjr/mathts-trigonometry

Standalone trigonometry for [MathTS](https://github.com/danielsimonjr/mathts).

A focused entry point over the `trigonometry` typed-function domain in
[`@danielsimonjr/mathts-functions`](https://www.npmjs.com/package/@danielsimonjr/mathts-functions).
The implementation is re-exported, not duplicated. These are MathTS typed
functions (polymorphic dispatch across number / Complex / Fraction / BigNumber /
Matrix where supported).

## Install

```sh
npm install @danielsimonjr/mathts-trigonometry
```

## What it exports

`sin`, `cos`, `tan`, `csc`, `sec`, `cot`, `asin`, `acos`, `atan`, `atan2`, `acsc`, `asec`, `acot`, `asinh`, `acosh`, `atanh`, `toRadians`, `toDegrees`, `hypot` (plus the `typedTrigonometry` bundle).

## License

MIT (c) Daniel Simon Jr.
