#ifndef ZMpi_H #define ZMpi_H // ---------------------------------------------------------------------- // // PI.h // // Define the obvious constant of nature // // History: // 11-Jan-1998 WEB Initial draft // 02-Feb-1998 WEB Corrected the spelling of the code guard // 18-May-1998 WEB Changed the spelling of the constant to avoid // polluting the user's name space // 27-May-1998 WEB Additional digits // 15-Jun-1998 WEB Provide a few more digits of accuracy // // ---------------------------------------------------------------------- #ifndef FIXEDTYPES_H #include "ZMutility/FixedTypes.h" #endif ZM_USING_NAMESPACE( zmfxt ) // Our raison d'etre: const Float8 ZMpi = 3.141592653589793238463; #endif // ZMpi_H