1 2 3 4 5 6 7 8 9
#ifndef __HYPERNEAT_PI_HPP__ #define __HYPERNEAT_PI_HPP__ namespace hyperneat { const double PI = 3.14159265359; } #endif