aboutsummaryrefslogtreecommitdiffstats
path: root/common/math_defs.h
Commit message (Expand)AuthorAgeFilesLines
* Replace macros with constexpr inline functionsChris Robinson2019-01-061-7/+22
* Fix narrowing conversion from double to floatChris Robinson2018-12-221-2/+2
* Clean up some math stuffChris Robinson2018-12-221-21/+2
* Remove checks for functions that always existChris Robinson2018-11-151-22/+0
* Remove some now-unused function checksChris Robinson2018-11-141-8/+0
* Don't directly declare standard function namesChris Robinson2018-11-061-3/+6
* Add macros for commonly used square rootsChris Robinson2018-09-191-0/+6
* Check for and use copysignfChris Robinson2018-08-291-0/+13
* More accurately convert between degrees and radiansChris Robinson2018-05-141-2/+2
* Define the Hanning window globally once for the pitch shifterChris Robinson2018-03-221-0/+4
* Check for a cbrtf functionChris Robinson2018-02-061-0/+7
* Define a backup log2f if the compiler doesn't have itChris Robinson2017-06-291-0/+7
* Workaround for MSVC not liking 1.0f/0.0f for float infinityChris Robinson2017-06-291-1/+5
* Use more correct doppler shift calculationsChris Robinson2017-05-201-2/+7
* Move internal headers out of the include directoryChris Robinson2017-04-141-0/+19