Vital
|
Contains faster but less accurate versions of utility math functions, such as exponential, logarithm, and trigonometric approximations. More...
Go to the source code of this file.
Namespaces | |
namespace | vital |
Contains classes and functions used within the Vital synthesizer framework. | |
namespace | vital::futils |
Provides fast approximation functions for exponentials, logarithms, trigonometric operations, and saturation curves. | |
Contains faster but less accurate versions of utility math functions, such as exponential, logarithm, and trigonometric approximations.
The functions in this file are optimized approximations for math operations used frequently in audio DSP. While they may not be as precise as their standard library counterparts (e.g. std::exp, std::log), they offer improved performance in certain scenarios where exact accuracy is not critical.