D Documentation  
* Constants
Math provides the following real type constants:

const real PI; // ~=3.14159265

const real LOG2; // Logarithmus of two. ~=0.301029995

const real LN2; // ~= 0.693147180

const real LN10; // ~= 2.3025
const real E; // ~= 2.718

const real SQRT2; // the same as sqrt(2);

const real SQRT1_2; // the same as sqrt(0.5);

const real PI_2; // PI*0.5
const real PI_4; // PI*0.25
const real M_1_PI ;
const real M_2_PI;

const real LOG2T;
const real LOG2E ;
const real LOG10E;

const real M_2_SQRTPI ;


Created using PHP docwiki written by Markus Dangl. Best viewed with Mozilla Firefox.