aboutsummaryrefslogtreecommitdiff
path: root/include/HyperNeat/Utils/Pi.hpp
blob: 00a3df22132e39eade0e7f2fe2e6310d0913246f (plain)
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