JUCE
|
Commonly used mathematical constants. More...
#include <juce_MathsFunctions.h>
Static Public Attributes | |
static const FloatType | pi |
A predefined value for Pi. | |
static const FloatType | twoPi |
A predefined value for 2 * Pi. | |
static const FloatType | halfPi |
A predefined value for Pi / 2. | |
static const FloatType | euler |
A predefined value for Euler's number. | |
static const FloatType | sqrt2 |
A predefined value for sqrt(2) | |
Commonly used mathematical constants.
|
static |
|
static |
A predefined value for 2 * Pi.
Referenced by dsp::Phase< Type >::advance(), dsp::Oscillator< SampleType >::process(), and dsp::Oscillator< SampleType >::processSample().
|
static |
A predefined value for Pi / 2.
|
static |
A predefined value for Euler's number.
|
static |
A predefined value for sqrt(2)
Referenced by dsp::StateVariableFilter::Parameters< NumericType >::setCutOffFrequency().