mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-02-15 18:08:40 +00:00
Update MathUtils.h
This commit is contained in:
parent
65b308b753
commit
2f3e6def35
|
|
@ -10,7 +10,7 @@
|
||||||
#ifndef UTILS_MATH_UTILS_H
|
#ifndef UTILS_MATH_UTILS_H
|
||||||
#define UTILS_MATH_UTILS_H
|
#define UTILS_MATH_UTILS_H
|
||||||
|
|
||||||
# define OMS_PI 3.14159265358979323846
|
#define OMS_PI 3.14159265358979323846
|
||||||
|
|
||||||
#define max(a, b) \
|
#define max(a, b) \
|
||||||
({ __typeof__ (a) _a = (a); \
|
({ __typeof__ (a) _a = (a); \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user