math.galaxy

Details

  • Filename
    math.galaxy
  • Uploaded by
  • Uploaded
    Mar 22, 2010
  • Size
    7.09 KB
  • Downloads
    1,066
  • MD5
    94f6f8cf57afe77ab40c6bf941e36f62

Changelog

Adding

const fixed PI_OVER_TWO = 1.570796326795;
const fixed ONE_OVER_PI = 0.318309886183;
const fixed SQRT_TWO = 1.414213562373;
const fixed MATH_E = 2.718281828459;

fixed sec (fixed x);
fixed csc (fixed x);
fixed cot (fixed x);