diff options
Diffstat (limited to 'include/HyperNeat/Utils/Pi.hpp')
-rw-r--r-- | include/HyperNeat/Utils/Pi.hpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/HyperNeat/Utils/Pi.hpp b/include/HyperNeat/Utils/Pi.hpp new file mode 100644 index 0000000..00a3df2 --- /dev/null +++ b/include/HyperNeat/Utils/Pi.hpp @@ -0,0 +1,9 @@ +#ifndef __HYPERNEAT_PI_HPP__ +#define __HYPERNEAT_PI_HPP__ + +namespace hyperneat +{ + const double PI = 3.14159265359; +} + +#endif |