|
// Filename: mathNumbers.cxx
|
|
// Created by: mike (24Sep99)
|
|
//
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
#include "mathNumbers.h"
|
|
#include <math.h>
|
|
|
|
const double MathNumbers::pi = 4.0 * atan(1);
|
|
const double MathNumbers::ln2 = log(2);
|