@ -12,6 +12,11 @@
#include <stdlib.h>
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
static inline double dabs(double x) {
return x < 0.0 ? -x : x;
}
The note is not visible to the blocked user.