Basic Mathematic Functions

cos, sin, tan, round, floor, ceil, isInt, mod

File Details

math.galaxy

  • R
  • Mar 23, 2010
  • 7.09 KB
  • 1.1K

File Name

math.galaxy

Supported Versions

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