1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_core/maths
2016-10-09 19:14:09 +01:00
..
juce_BigInteger.cpp Removed unnecessary memory allocation when assigning a big integer with the same memory requirements 2016-10-09 19:14:09 +01:00
juce_BigInteger.h Modified BigInteger so that small (128-bit) values don't require heap allocation 2016-08-26 09:42:28 +01:00
juce_Expression.cpp Used the ignoreUnused() function to tidy up some old code 2015-12-23 16:27:50 +00:00
juce_Expression.h Removal of some exception code from the Expression class parsing methods. 2015-09-06 21:19:57 +01:00
juce_MathsFunctions.h Added some functions writeLittleEndianBitsInBuffer() and readLittleEndianBitsInBuffer() for packing bit-fields in memory buffers 2016-08-28 17:44:39 +01:00
juce_NormalisableRange.h Slider and NormalisableRange changed to use standard library math functions 2016-08-31 09:00:50 +01:00
juce_Random.cpp Added override specifiers to unit test classes 2015-08-10 16:21:16 +01:00
juce_Random.h Added 'inclusive' and 'exclusive' to documentation for Random::nextFloat() and Random::nextDouble() 2016-10-06 09:30:15 +01:00
juce_Range.h Added a method Range::expanded() 2016-07-07 11:10:35 +01:00
juce_StatisticsAccumulator.h Normalised some divider comments 2016-02-20 09:45:43 +00:00