This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
fixed a typo
tags/2021-05-28
jules
8 years ago
parent
7326a37795
commit
249ab04f76
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modules/juce_core/maths/juce_MathsFunctions.h
+ 1
- 1
modules/juce_core/maths/juce_MathsFunctions.h
View File
@@ -367,7 +367,7 @@ struct MathConstants
static const FloatType euler;
/** A predfined value for sqrt(2) */
static const
expr
FloatType sqrt2;
static const FloatType sqrt2;
};
template <typename FloatType>
Write
Preview
Loading…
Cancel
Save