# @danielsimonjr/mathts-functions

Math functions for [MathTS](https://github.com/danielsimonjr/mathts).

The mathematical function library for MathTS — arithmetic, trigonometry, algebra, statistics, signal processing, and more — dispatched polymorphically via typed-function across number / Complex / Fraction / BigNumber / Matrix.

## Install

```sh
npm install @danielsimonjr/mathts-functions
```

## What it provides

- Hundreds of typed functions (`add`, `sin`, `svd`-aware ops, `parallelFFT`, …).
- A wired `parse` / `evaluate` against the full activated math scope.
- Per-domain focused entry points are also published: `@danielsimonjr/mathts-{arithmetic,trigonometry,statistics,signal}`.

## License

MIT (c) Daniel Simon Jr.
