src/basics.h

changeset 17
a5111f4e6412
parent 8
44679e468ba9
child 18
918b6c0f8b5b
equal deleted inserted replaced
16:aeb5f203b3eb 17:a5111f4e6412
64 { 64 {
65 one = one ^ other; 65 one = one ^ other;
66 return one; 66 return one;
67 } 67 }
68 68
69 constexpr double infinity = std::numeric_limits<double>::infinity();
69 static constexpr long double pi = M_PIl; 70 static constexpr long double pi = M_PIl;

mercurial