libgravix2  0.1.0
A fast simulation of attractive forces acting on point-like particles embedded onto the surface of a sphere.
constants.h
Go to the documentation of this file.
1 
6 #pragma once
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
12 #define M_PI 3.14159265358979323846
13 
14 #ifdef __cplusplus
15 } // extern "C"
16 #endif