Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

MathTools.cpp

Go to the documentation of this file.
00001 #include "MathTools.h"
00002 
00003 //pi with a lot of digits... from http://www.joyofpi.com/pi.html
00004 const double MathTools::pi=3.1415926535897932384626433832795028841971693993751058209749445923078164062862;
00005 
00006 const double MathTools::degrees=MathTools::pi/180.0;

Thyrix homepageUsers' guide

(C) Arxia 2004-2005