EcoliSimulator  2.0.1a
constants.h
Go to the documentation of this file.
1 //
2 // constants.h
3 // EcoliSimulator_0.0.1a
4 //
5 // Created by Stefano Belloni on 08/06/16.
6 // Copyright © 2016 Stefano Belloni. All rights reserved.
7 //
8 
9 #ifndef constants_h
10 #define constants_h
11 
12 const double pi = 3.141592653589793238462;
13 
14 #endif /* constants_h */
const double pi
Definition: constants.h:12