open_toontown_panda3d/panda/src/linmath/mathNumbers.cxx

11 lines
265 B
C++

// 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);