@danielsimonjr/mathts-trigonometry
v0.1.3
Published
Standalone trigonometric functions for MathTS, re-exported as a focused package
Maintainers
Readme
@danielsimonjr/mathts-trigonometry
Standalone trigonometry for MathTS.
A focused entry point over the trigonometry typed-function domain in
@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
npm install @danielsimonjr/mathts-trigonometryWhat 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.
