Math provides the following real type constants:
const real PI;
const real LOG2;
const real LN2;
const real LN10; const real E;
const real SQRT2;
const real SQRT1_2;
const real PI_2; const real PI_4; const real M_1_PI ;
const real M_2_PI;
const real LOG2T;
const real LOG2E ;
const real LOG10E;
const real M_2_SQRTPI ;
|
|