Changes

From Dynomotion

Jump to: navigation, search

KMotionDef - Standard Math Functions

87 bytes added, 20:02, 11 February 2016
Added Float/Doubles headings
These are standard C programming Mathematical Functions, and are only listed here as a quick reference.
==Functions using Float variables==
====sqrtf====
<pre class="brush:c">extern float sqrtf (float x);</pre>
Returns the absolute value of float y, as a float.
==Functions using Double variables==
====sqrt====
<pre class="brush:c">extern double sqrt (double x);</pre>
11
edits