Constants.cpp

Go to the documentation of this file.
00001 /*
00002  * Copyright (c) 2004 CSIRO ICT Centre
00003  *
00004  * $Id: Constants.cpp 1161 2005-09-12 17:52:16Z rsc $
00005  */
00006 
00007 #include <cmath>
00008 
00009 #include "Constants.h"
00010 
00011 
00012 const long double Constants::s_pi =     3.141592653589793238462643;
00013 const long double Constants::s_raddeg = Constants::s_pi / 180.0;
00014 const long double Constants::s_degrad = 180.0 / Constants::s_pi;
00015 const long double Constants::s_minutes = 60.0;
Generated on Mon Oct 4 10:39:55 2010 for Matching.kdevelop by  doxygen 1.6.3