mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
approximatelyEqual: Add customisable tolerances for floating-point comparisons
This commit is contained in:
parent
e4c87b766b
commit
2bb530f636
41 changed files with 813 additions and 124 deletions
|
|
@ -1018,6 +1018,7 @@ add_library( ${BINARY_NAME}
|
|||
"../../../../../modules/juce_core/maths/juce_Expression.cpp"
|
||||
"../../../../../modules/juce_core/maths/juce_Expression.h"
|
||||
"../../../../../modules/juce_core/maths/juce_MathsFunctions.h"
|
||||
"../../../../../modules/juce_core/maths/juce_MathsFunctions_test.cpp"
|
||||
"../../../../../modules/juce_core/maths/juce_NormalisableRange.h"
|
||||
"../../../../../modules/juce_core/maths/juce_Random.cpp"
|
||||
"../../../../../modules/juce_core/maths/juce_Random.h"
|
||||
|
|
@ -3075,6 +3076,7 @@ set_source_files_properties(
|
|||
"../../../../../modules/juce_core/maths/juce_Expression.cpp"
|
||||
"../../../../../modules/juce_core/maths/juce_Expression.h"
|
||||
"../../../../../modules/juce_core/maths/juce_MathsFunctions.h"
|
||||
"../../../../../modules/juce_core/maths/juce_MathsFunctions_test.cpp"
|
||||
"../../../../../modules/juce_core/maths/juce_NormalisableRange.h"
|
||||
"../../../../../modules/juce_core/maths/juce_Random.cpp"
|
||||
"../../../../../modules/juce_core/maths/juce_Random.h"
|
||||
|
|
|
|||
|
|
@ -1316,6 +1316,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_core\maths\juce_Expression.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\maths\juce_MathsFunctions_test.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\maths\juce_Random.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
|
|||
|
|
@ -1930,6 +1930,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_core\maths\juce_Expression.cpp">
|
||||
<Filter>JUCE Modules\juce_core\maths</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\maths\juce_MathsFunctions_test.cpp">
|
||||
<Filter>JUCE Modules\juce_core\maths</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\maths\juce_Random.cpp">
|
||||
<Filter>JUCE Modules\juce_core\maths</Filter>
|
||||
</ClCompile>
|
||||
|
|
|
|||
|
|
@ -1316,6 +1316,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_core\maths\juce_Expression.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\maths\juce_MathsFunctions_test.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\maths\juce_Random.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
|
|||
|
|
@ -1930,6 +1930,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_core\maths\juce_Expression.cpp">
|
||||
<Filter>JUCE Modules\juce_core\maths</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\maths\juce_MathsFunctions_test.cpp">
|
||||
<Filter>JUCE Modules\juce_core\maths</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\maths\juce_Random.cpp">
|
||||
<Filter>JUCE Modules\juce_core\maths</Filter>
|
||||
</ClCompile>
|
||||
|
|
|
|||
|
|
@ -1316,6 +1316,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_core\maths\juce_Expression.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\maths\juce_MathsFunctions_test.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\maths\juce_Random.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
|
|||
|
|
@ -1930,6 +1930,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_core\maths\juce_Expression.cpp">
|
||||
<Filter>JUCE Modules\juce_core\maths</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\maths\juce_MathsFunctions_test.cpp">
|
||||
<Filter>JUCE Modules\juce_core\maths</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\maths\juce_Random.cpp">
|
||||
<Filter>JUCE Modules\juce_core\maths</Filter>
|
||||
</ClCompile>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue