@danielsimonjr/mathts-functions
v0.2.7
Published
Mathematical functions for MathTS - arithmetic, algebra, trigonometry, statistics, and more
Maintainers
Readme
@danielsimonjr/mathts-functions
Math functions for 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
npm install @danielsimonjr/mathts-functionsWhat it provides
- Hundreds of typed functions (
add,sin,svd-aware ops,parallelFFT, …). - A wired
parse/evaluateagainst 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.
