Changes

KMotionDef

79 bytes added, 20:07, 11 February 2016
/* Standard Math Funtions */
====[[KMotionDef - Standard Math Functions|Standard Math Funtions]]====
extern float [[KMotionDef - Standard Math Functions#sqrtf|sqrtf]] (float x);<br />extern float expf  float [[KMotionDef - Standard Math Functions|expf]]  (float x);<br />extern float logf  (float float [[KMotionDef - Standard Math Functions|logf]]loat x);<br />extern float log10f(float x);<br />extern float powf  (float x, float y);<br />extern float sinf  (float x);<br />extern float cosf  (float x);<br />extern float tanf  (float x);<br />extern float asinf (float x);<br />extern float acosf (float x);<br />extern float atanf (float x);<br />extern float atan2f(float y, float x); <br />extern float fast_fabsf (float y);
extern double sqrt (double x);<br />extern double exp  (double x);<br />extern double log  (double x);<br />extern double log10(double x);<br />extern double pow  (double x, double y);<br />extern double sin  (double x);<br />extern double cos  (double x);<br />extern double tan  (double x);<br />extern double asin (double x);<br />extern double acos (double x);<br />extern double atan (double x);<br />extern double atan2(double y, double x); <br />extern double fast_fabs (double y);
11
edits