Skip to content
Tav edited this page Jul 1, 2016 · 6 revisions

Welcome to the RedMath wiki!

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

Currently supported features:

  • Real Powers
  • Factorial
  • Real And Complex Exponent (exp)
  • Natural Logarithm (ln)
  • Sign
  • Max
  • Min
  • AGM
  • Round
  • Ceiling
  • Floor
  • Absolute Value
  • 'Nth' Root

Numerics:

  • Complex Numbers (addition, multiplcation, conjugate...)

Trigonometry:

  • Sine
  • Cosine
  • Arctan2

FFT:

  • Computation of the FFT
  • Extracting Amplitude
  • Extracting Phase

Utilities:

  • Real Function Plotting In Any Dimension

Linear Algebra

  • Vectors and vector operations (e.g. addition)
  • Matrices and matrix operations (e.g. multiplication)

Planned Features:

  • Support Calculus
  • Support Complex Function Plotting
  • Support More Trigonometic Functions