-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Tav edited this page Jul 1, 2016
·
6 revisions
RedMath is a library that is meant to give you all the mathematical tools that you need.
The library is currently in an alpha stage and the documentation may be incoplete or lacking
- Real Powers
- Factorial
- Real And Complex Exponent (exp)
- Natural Logarithm (ln)
- Sign
- Max
- Min
- AGM
- Round
- Ceiling
- Floor
- Absolute Value
- 'Nth' Root
- Complex Numbers (addition, multiplcation, conjugate...)
- Sine
- Cosine
- Arctan2
- Computation of the FFT
- Extracting Amplitude
- Extracting Phase
- Real Function Plotting In Any Dimension
- Vectors and vector operations (e.g. addition)
- Matrices and matrix operations (e.g. multiplication)
- Support Calculus
- Support Complex Function Plotting
- Support More Trigonometic Functions