math.galaxy
Details
-
Filenamemath.galaxy
-
Uploaded by
-
UploadedMar 22, 2010
-
Size7.09 KB
-
Downloads1,148
-
MD594f6f8cf57afe77ab40c6bf941e36f62
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);