|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Commonly used mathematical constants. More...
#include "juce_MathsFunctions.h"
Static Public Attributes | |
| static constexpr FloatType | pi |
| A predefined value for Pi. | |
| static constexpr FloatType | twoPi |
| A predefined value for 2 * Pi. | |
| static constexpr FloatType | halfPi |
| A predefined value for Pi / 2. | |
| static constexpr FloatType | euler |
| A predefined value for Euler's number. | |
| static constexpr FloatType | sqrt2 |
| A predefined value for sqrt (2) | |
Commonly used mathematical constants.
@tags{Core}
Definition at line 138 of file juce_MathsFunctions.h.
|
staticconstexpr |
A predefined value for Euler's number.
Definition at line 150 of file juce_MathsFunctions.h.
|
staticconstexpr |
A predefined value for Pi / 2.
Definition at line 147 of file juce_MathsFunctions.h.
|
staticconstexpr |
A predefined value for Pi.
Definition at line 141 of file juce_MathsFunctions.h.
|
staticconstexpr |
A predefined value for sqrt (2)
Definition at line 153 of file juce_MathsFunctions.h.
|
staticconstexpr |
A predefined value for 2 * Pi.
Definition at line 144 of file juce_MathsFunctions.h.