OpenShot Library | libopenshot-audio 0.2.0
|
Commonly used mathematical constants. More...
#include <juce_MathsFunctions.h>
Static Public Attributes | |
static const FloatType | pi = static_cast<FloatType> (3.141592653589793238L) |
A predefined value for Pi. | |
static const FloatType | twoPi = static_cast<FloatType> (2 * 3.141592653589793238L) |
A predefined value for 2 * Pi. | |
static const FloatType | halfPi = static_cast<FloatType> (3.141592653589793238L / 2) |
A predefined value for Pi / 2. | |
static const FloatType | euler = static_cast<FloatType> (2.71828182845904523536L) |
A predefined value for Euler's number. | |
static const FloatType | sqrt2 = static_cast<FloatType> (1.4142135623730950488L) |
A predefined value for sqrt(2) | |
Commonly used mathematical constants.
Definition at line 377 of file juce_MathsFunctions.h.
|
static |
A predefined value for Pi.
Definition at line 380 of file juce_MathsFunctions.h.
|
static |
A predefined value for 2 * Pi.
Definition at line 383 of file juce_MathsFunctions.h.
|
static |
A predefined value for Pi / 2.
Definition at line 386 of file juce_MathsFunctions.h.
|
static |
A predefined value for Euler's number.
Definition at line 389 of file juce_MathsFunctions.h.
|
static |
A predefined value for sqrt(2)
Definition at line 392 of file juce_MathsFunctions.h.