<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://www.dynomotion.com/wiki/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.dynomotion.com/wiki/index.php?action=history&amp;feed=atom&amp;title=KMotionDef</id>
		<title>KMotionDef - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://www.dynomotion.com/wiki/index.php?action=history&amp;feed=atom&amp;title=KMotionDef"/>
		<link rel="alternate" type="text/html" href="https://www.dynomotion.com/wiki/index.php?title=KMotionDef&amp;action=history"/>
		<updated>2026-05-14T20:26:38Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.10</generator>

	<entry>
		<id>https://www.dynomotion.com/wiki/index.php?title=KMotionDef&amp;diff=253&amp;oldid=prev</id>
		<title>Mc: /* Standard Math Funtions */</title>
		<link rel="alternate" type="text/html" href="https://www.dynomotion.com/wiki/index.php?title=KMotionDef&amp;diff=253&amp;oldid=prev"/>
				<updated>2016-02-11T20:07:11Z</updated>
		
		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Standard Math Funtions&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;tr style='vertical-align: top;'&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 20:07, 11 February 2016&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 39:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 39:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;====[[KMotionDef - Standard Math Functions|Standard Math Funtions]]====&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;====[[KMotionDef - Standard Math Functions|Standard Math Funtions]]====&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;extern float [[KMotionDef - Standard Math Functions#sqrtf|sqrtf]] (float x);&amp;lt;br /&amp;gt;extern &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;float expf  &lt;/del&gt;(float x);&amp;lt;br /&amp;gt;extern &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;float logf  (float &lt;/del&gt;x);&amp;lt;br /&amp;gt;extern float log10f(float x);&amp;lt;br /&amp;gt;extern float powf  (float x, float y);&amp;lt;br /&amp;gt;extern float sinf  (float x);&amp;lt;br /&amp;gt;extern float cosf  (float x);&amp;lt;br /&amp;gt;extern float tanf  (float x);&amp;lt;br /&amp;gt;extern float asinf (float x);&amp;lt;br /&amp;gt;extern float acosf (float x);&amp;lt;br /&amp;gt;extern float atanf (float x);&amp;lt;br /&amp;gt;extern float atan2f(float y, float x); &amp;lt;br /&amp;gt;extern float fast_fabsf (float y);&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;extern float [[KMotionDef - Standard Math Functions#sqrtf|sqrtf]] (float x);&amp;lt;br /&amp;gt;extern &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;float [[KMotionDef - Standard Math Functions|expf]]  &lt;/ins&gt;(float x);&amp;lt;br /&amp;gt;extern &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;float [[KMotionDef - Standard Math Functions|logf]]loat &lt;/ins&gt;x);&amp;lt;br /&amp;gt;extern float log10f(float x);&amp;lt;br /&amp;gt;extern float powf  (float x, float y);&amp;lt;br /&amp;gt;extern float sinf  (float x);&amp;lt;br /&amp;gt;extern float cosf  (float x);&amp;lt;br /&amp;gt;extern float tanf  (float x);&amp;lt;br /&amp;gt;extern float asinf (float x);&amp;lt;br /&amp;gt;extern float acosf (float x);&amp;lt;br /&amp;gt;extern float atanf (float x);&amp;lt;br /&amp;gt;extern float atan2f(float y, float x); &amp;lt;br /&amp;gt;extern float fast_fabsf (float y);&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;extern double sqrt (double x);&amp;lt;br /&amp;gt;extern double exp  (double x);&amp;lt;br /&amp;gt;extern double log  (double x);&amp;lt;br /&amp;gt;extern double log10(double x);&amp;lt;br /&amp;gt;extern double pow  (double x, double y);&amp;lt;br /&amp;gt;extern double sin  (double x);&amp;lt;br /&amp;gt;extern double cos  (double x);&amp;lt;br /&amp;gt;extern double tan  (double x);&amp;lt;br /&amp;gt;extern double asin (double x);&amp;lt;br /&amp;gt;extern double acos (double x);&amp;lt;br /&amp;gt;extern double atan (double x);&amp;lt;br /&amp;gt;extern double atan2(double y, double x); &amp;lt;br /&amp;gt;extern double fast_fabs (double y);&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;extern double sqrt (double x);&amp;lt;br /&amp;gt;extern double exp  (double x);&amp;lt;br /&amp;gt;extern double log  (double x);&amp;lt;br /&amp;gt;extern double log10(double x);&amp;lt;br /&amp;gt;extern double pow  (double x, double y);&amp;lt;br /&amp;gt;extern double sin  (double x);&amp;lt;br /&amp;gt;extern double cos  (double x);&amp;lt;br /&amp;gt;extern double tan  (double x);&amp;lt;br /&amp;gt;extern double asin (double x);&amp;lt;br /&amp;gt;extern double acos (double x);&amp;lt;br /&amp;gt;extern double atan (double x);&amp;lt;br /&amp;gt;extern double atan2(double y, double x); &amp;lt;br /&amp;gt;extern double fast_fabs (double y);&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Mc</name></author>	</entry>

	<entry>
		<id>https://www.dynomotion.com/wiki/index.php?title=KMotionDef&amp;diff=249&amp;oldid=prev</id>
		<title>Mc: link testing</title>
		<link rel="alternate" type="text/html" href="https://www.dynomotion.com/wiki/index.php?title=KMotionDef&amp;diff=249&amp;oldid=prev"/>
				<updated>2016-02-11T19:48:48Z</updated>
		
		<summary type="html">&lt;p&gt;link testing&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;tr style='vertical-align: top;'&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 19:48, 11 February 2016&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 38:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 38:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;====[[KMotionDef - &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;Basic Maths &lt;/del&gt;Functions|&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;standard math funtions&lt;/del&gt;]]====&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;====[[KMotionDef - &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;Standard Math &lt;/ins&gt;Functions|&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;Standard Math Funtions&lt;/ins&gt;]]====&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;span style=&amp;quot;color: &lt;/del&gt;#&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;0000ff;&amp;quot;&amp;gt;extern float &lt;/del&gt;sqrtf (float x);&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;/span&amp;gt;&lt;/del&gt;&amp;lt;br /&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&lt;/del&gt;&amp;gt;extern float expf  (float x);&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;/span&amp;gt;&lt;/del&gt;&amp;lt;br /&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&lt;/del&gt;&amp;gt;extern float logf  (float x);&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;/span&amp;gt;&lt;/del&gt;&amp;lt;br /&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&lt;/del&gt;&amp;gt;extern float log10f(float x);&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;/span&amp;gt;&lt;/del&gt;&amp;lt;br /&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&lt;/del&gt;&amp;gt;extern float powf  (float x, float y);&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;/span&amp;gt;&lt;/del&gt;&amp;lt;br /&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&lt;/del&gt;&amp;gt;extern float sinf  (float x);&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;/span&amp;gt;&lt;/del&gt;&amp;lt;br /&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&lt;/del&gt;&amp;gt;extern float cosf  (float x);&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;/span&amp;gt;&lt;/del&gt;&amp;lt;br /&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&lt;/del&gt;&amp;gt;extern float tanf  (float x);&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;/span&amp;gt;&lt;/del&gt;&amp;lt;br /&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&lt;/del&gt;&amp;gt;extern float asinf (float x);&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;/span&amp;gt;&lt;/del&gt;&amp;lt;br /&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&lt;/del&gt;&amp;gt;extern float acosf (float x);&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;/span&amp;gt;&lt;/del&gt;&amp;lt;br /&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&lt;/del&gt;&amp;gt;extern float atanf (float x);&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;/span&amp;gt;&lt;/del&gt;&amp;lt;br /&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&lt;/del&gt;&amp;gt;extern float atan2f(float y, float x); &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;/span&amp;gt;&lt;/del&gt;&amp;lt;br /&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&lt;/del&gt;&amp;gt;extern float fast_fabsf (float y);&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;/span&amp;gt;&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;extern float [[KMotionDef - Standard Math Functions&lt;/ins&gt;#sqrtf&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;|sqrtf]] &lt;/ins&gt;(float x);&amp;lt;br /&amp;gt;extern float expf  (float x);&amp;lt;br /&amp;gt;extern float logf  (float x);&amp;lt;br /&amp;gt;extern float log10f(float x);&amp;lt;br /&amp;gt;extern float powf  (float x, float y);&amp;lt;br /&amp;gt;extern float sinf  (float x);&amp;lt;br /&amp;gt;extern float cosf  (float x);&amp;lt;br /&amp;gt;extern float tanf  (float x);&amp;lt;br /&amp;gt;extern float asinf (float x);&amp;lt;br /&amp;gt;extern float acosf (float x);&amp;lt;br /&amp;gt;extern float atanf (float x);&amp;lt;br /&amp;gt;extern float atan2f(float y, float x); &amp;lt;br /&amp;gt;extern float fast_fabsf (float y);&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;&lt;/del&gt;extern double sqrt (double x);&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;/span&amp;gt;&lt;/del&gt;&amp;lt;br /&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&lt;/del&gt;&amp;gt;extern double exp  (double x);&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;/span&amp;gt;&lt;/del&gt;&amp;lt;br /&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&lt;/del&gt;&amp;gt;extern double log  (double x);&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;/span&amp;gt;&lt;/del&gt;&amp;lt;br /&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&lt;/del&gt;&amp;gt;extern double log10(double x);&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;/span&amp;gt;&lt;/del&gt;&amp;lt;br /&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&lt;/del&gt;&amp;gt;extern double pow  (double x, double y);&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;/span&amp;gt;&lt;/del&gt;&amp;lt;br /&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&lt;/del&gt;&amp;gt;extern double sin  (double x);&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;/span&amp;gt;&lt;/del&gt;&amp;lt;br /&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&lt;/del&gt;&amp;gt;extern double cos  (double x);&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;/span&amp;gt;&lt;/del&gt;&amp;lt;br /&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&lt;/del&gt;&amp;gt;extern double tan  (double x);&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;/span&amp;gt;&lt;/del&gt;&amp;lt;br /&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&lt;/del&gt;&amp;gt;extern double asin (double x);&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;/span&amp;gt;&lt;/del&gt;&amp;lt;br /&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&lt;/del&gt;&amp;gt;extern double acos (double x);&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;/span&amp;gt;&lt;/del&gt;&amp;lt;br /&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&lt;/del&gt;&amp;gt;extern double atan (double x);&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;/span&amp;gt;&lt;/del&gt;&amp;lt;br /&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&lt;/del&gt;&amp;gt;extern double atan2(double y, double x); &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;/span&amp;gt;&lt;/del&gt;&amp;lt;br /&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&lt;/del&gt;&amp;gt;extern double fast_fabs (double y);&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;/span&amp;gt;&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;extern double sqrt (double x);&amp;lt;br /&amp;gt;extern double exp  (double x);&amp;lt;br /&amp;gt;extern double log  (double x);&amp;lt;br /&amp;gt;extern double log10(double x);&amp;lt;br /&amp;gt;extern double pow  (double x, double y);&amp;lt;br /&amp;gt;extern double sin  (double x);&amp;lt;br /&amp;gt;extern double cos  (double x);&amp;lt;br /&amp;gt;extern double tan  (double x);&amp;lt;br /&amp;gt;extern double asin (double x);&amp;lt;br /&amp;gt;extern double acos (double x);&amp;lt;br /&amp;gt;extern double atan (double x);&amp;lt;br /&amp;gt;extern double atan2(double y, double x); &amp;lt;br /&amp;gt;extern double fast_fabs (double y);&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;#define FPGA_ADDR ((volatile unsigned char *)0x91000000)   // Base of FPGA addresses&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;#define FPGA(X) (FPGA_ADDR[(X)*4+2])&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;#define FPGA_ADDRW ((volatile unsigned short int *)0x91000000)   // Base of FPGA addresses&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;#define FPGAW(X) (FPGA_ADDRW[(X)*2+1])&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;    &amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;// This structure is set to default every time the program runs UNTIL&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;// the program image has been FLASHED using the FLASH command&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;// from then on it will not be cleared, so data that was present at the&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;// time it was flashed will persist    &amp;lt;/span&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;#define FPGA_ADDR ((volatile unsigned char *)0x91000000)   // Base of FPGA addresses&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;#define FPGA(X) (FPGA_ADDR[(X)*4+2])&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;#define FPGA_ADDRW ((volatile unsigned short int *)0x91000000)   // Base of FPGA addresses&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;#define FPGAW(X) (FPGA_ADDRW[(X)*2+1])&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;    &amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;// This structure is set to default every time the program runs UNTIL&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;// the program image has been FLASHED using the FLASH command&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;// from then on it will not be cleared, so data that was present at the&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;// time it was flashed will persist    &amp;lt;/span&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Mc</name></author>	</entry>

	<entry>
		<id>https://www.dynomotion.com/wiki/index.php?title=KMotionDef&amp;diff=247&amp;oldid=prev</id>
		<title>Mc at 19:10, 11 February 2016</title>
		<link rel="alternate" type="text/html" href="https://www.dynomotion.com/wiki/index.php?title=KMotionDef&amp;diff=247&amp;oldid=prev"/>
				<updated>2016-02-11T19:10:40Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;tr style='vertical-align: top;'&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 19:10, 11 February 2016&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;====== ======&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;===KMotionDef.h===&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;===KMotionDef.h===&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;The KMotionDef.h, is a C header file which lists all variables and functions available to [[KFLOP C Programs]]. The KMotionDef.h file can be located in the  &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;KMotion Installation Dir &amp;gt;&lt;/del&gt;\DSP_KFLOP\ directory.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;The KMotionDef.h, is a C header file which lists all variables and functions available to [[KFLOP C Programs]]. The KMotionDef.h file can be located in the  \DSP_KFLOP\ directory.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 37:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 38:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;span style&lt;/del&gt;=&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;quot;color: #0000ff;&amp;quot;&amp;gt;// &lt;/del&gt;standard math funtions&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;/span&amp;gt;&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;=&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;===[[KMotionDef - Basic Maths Functions|&lt;/ins&gt;standard math funtions&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;]]====&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;#160;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;extern float sqrtf (float x);&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;extern float expf  (float x);&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;extern float logf  (float x);&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;extern float log10f(float x);&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;extern float powf  (float x, float y);&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;extern float sinf  (float x);&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;extern float cosf  (float x);&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;extern float tanf  (float x);&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;extern float asinf (float x);&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;extern float acosf (float x);&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;extern float atanf (float x);&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;extern float atan2f(float y, float x); &amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;extern float fast_fabsf (float y);&amp;lt;/span&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;extern float sqrtf (float x);&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;extern float expf  (float x);&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;extern float logf  (float x);&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;extern float log10f(float x);&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;extern float powf  (float x, float y);&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;extern float sinf  (float x);&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;extern float cosf  (float x);&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;extern float tanf  (float x);&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;extern float asinf (float x);&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;extern float acosf (float x);&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;extern float atanf (float x);&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;extern float atan2f(float y, float x); &amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;extern float fast_fabsf (float y);&amp;lt;/span&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Mc</name></author>	</entry>

	<entry>
		<id>https://www.dynomotion.com/wiki/index.php?title=KMotionDef&amp;diff=246&amp;oldid=prev</id>
		<title>Mc: /* No summary */</title>
		<link rel="alternate" type="text/html" href="https://www.dynomotion.com/wiki/index.php?title=KMotionDef&amp;diff=246&amp;oldid=prev"/>
				<updated>2016-02-11T19:07:44Z</updated>
		
		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;No summary&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;a href=&quot;https://www.dynomotion.com/wiki/index.php?title=KMotionDef&amp;amp;diff=246&amp;amp;oldid=245&quot;&gt;Show changes&lt;/a&gt;</summary>
		<author><name>Mc</name></author>	</entry>

	<entry>
		<id>https://www.dynomotion.com/wiki/index.php?title=KMotionDef&amp;diff=245&amp;oldid=prev</id>
		<title>Mc: /* No summary */</title>
		<link rel="alternate" type="text/html" href="https://www.dynomotion.com/wiki/index.php?title=KMotionDef&amp;diff=245&amp;oldid=prev"/>
				<updated>2016-02-11T18:57:38Z</updated>
		
		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;No summary&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;a href=&quot;https://www.dynomotion.com/wiki/index.php?title=KMotionDef&amp;amp;diff=245&amp;amp;oldid=244&quot;&gt;Show changes&lt;/a&gt;</summary>
		<author><name>Mc</name></author>	</entry>

	<entry>
		<id>https://www.dynomotion.com/wiki/index.php?title=KMotionDef&amp;diff=244&amp;oldid=prev</id>
		<title>Mc: /* No summary */</title>
		<link rel="alternate" type="text/html" href="https://www.dynomotion.com/wiki/index.php?title=KMotionDef&amp;diff=244&amp;oldid=prev"/>
				<updated>2016-02-11T18:44:33Z</updated>
		
		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;No summary&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;===KMotionDef.h===&lt;br /&gt;
&lt;br /&gt;
The KMotionDef.h, is a C header file which lists all variables and functions available to [[KFLOP C Programs]]. The KMotionDef.h file can be found at &amp;lt;KMotion Installation Directory&amp;gt;\DSP_KFLOP\&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Variables===&lt;br /&gt;
To be added&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Functions&lt;br /&gt;
&lt;br /&gt;
// standard math funtions&lt;br /&gt;
&lt;br /&gt;
extern float sqrtf (float x);&amp;lt;br /&amp;gt;extern float expf  (float x);&amp;lt;br /&amp;gt;extern float logf  (float x);&amp;lt;br /&amp;gt;extern float log10f(float x);&amp;lt;br /&amp;gt;extern float powf  (float x, float y);&amp;lt;br /&amp;gt;extern float sinf  (float x);&amp;lt;br /&amp;gt;extern float cosf  (float x);&amp;lt;br /&amp;gt;extern float tanf  (float x);&amp;lt;br /&amp;gt;extern float asinf (float x);&amp;lt;br /&amp;gt;extern float acosf (float x);&amp;lt;br /&amp;gt;extern float atanf (float x);&amp;lt;br /&amp;gt;extern float atan2f(float y, float x); &amp;lt;br /&amp;gt;extern float fast_fabsf (float y);&lt;br /&gt;
&lt;br /&gt;
extern double sqrt (double x);&amp;lt;br /&amp;gt;extern double exp  (double x);&amp;lt;br /&amp;gt;extern double log  (double x);&amp;lt;br /&amp;gt;extern double log10(double x);&amp;lt;br /&amp;gt;extern double pow  (double x, double y);&amp;lt;br /&amp;gt;extern double sin  (double x);&amp;lt;br /&amp;gt;extern double cos  (double x);&amp;lt;br /&amp;gt;extern double tan  (double x);&amp;lt;br /&amp;gt;extern double asin (double x);&amp;lt;br /&amp;gt;extern double acos (double x);&amp;lt;br /&amp;gt;extern double atan (double x);&amp;lt;br /&amp;gt;extern double atan2(double y, double x); &amp;lt;br /&amp;gt;extern double fast_fabs (double y);&lt;/div&gt;</summary>
		<author><name>Mc</name></author>	</entry>

	</feed>