/** @file list3912.cpp */
/** Listing 39-12. Definitions of Math Constants */
#include "math.hpp"

// More digits that typical implementations of double support.
double const pi(3.14159265358979323846264338327);
