mirror of
https://github.com/HandmadeMath/HandmadeMath.git
synced 2025-11-03 09:14:21 +00:00
Added f suffix to HMM_PI
This commit is contained in:
@@ -84,7 +84,7 @@ extern "C"
|
||||
#endif
|
||||
|
||||
#define HMM_PI32 3.14159265359f
|
||||
#define HMM_PI 3.14159265358979323846
|
||||
#define HMM_PI 3.14159265358979323846f
|
||||
|
||||
#define HMM_MIN(a, b) (a) > (b) ? (b) : (a)
|
||||
#define HMM_MAX(a, b) (a) < (b) ? (b) : (a)
|
||||
|
||||
Reference in New Issue
Block a user