Update MathUtils.h

This commit is contained in:
Dennis Eichhorn 2022-04-05 17:42:39 +02:00 committed by GitHub
parent 65b308b753
commit 2f3e6def35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
#ifndef UTILS_MATH_UTILS_H
#define UTILS_MATH_UTILS_H
# define OMS_PI 3.14159265358979323846
#define OMS_PI 3.14159265358979323846
#define max(a, b) \
({ __typeof__ (a) _a = (a); \