Changes
From Dynomotion
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>