#ifndef __HYPERNEAT_PI_HPP__ #define __HYPERNEAT_PI_HPP__ namespace hyperneat { const double PI = 3.14159265359; } #endif