Euler constant

#include <cmath>
const double EulerConstant = std::exp(1.0);
Zany Zebra