<?xml version="1.0" encoding="ISO-8859-1" ?><rss version="2.0">
<channel>
    <title>RoboRealm Forum</title>
    <link>http://www.RoboRealm.com/</link>
    <description>The newest forum threads.</description>
    <lastBuildDate>Tue, 30 Nov 1999 00:11:00 EST</lastBuildDate>
    <language>en-us</language>
    <copyright>Copyright: (C) RoboRealm, http://www.RoboRealm.com/</copyright>
    <docs>http://www.RoboRealm.com/</docs>

    <item>
        <title>No Title</title>
        <description>
        Ahh thanks a tonne again!&lt;br&gt;I got too used to matlab and forgot that ^ also meant XOR.&lt;br&gt;&lt;br&gt;also cheers for the list!        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4630</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4630</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        We also added a list at the bottom of&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.roborealm.com/help/CScript_Program.php&quot; target=&quot;_blank&quot;&gt;http://www.roborealm.com/&lt;wbr&gt;help/&lt;wbr&gt;CScript_&lt;wbr&gt;Program.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;as to which C functions are present in PicoC.&lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4630</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4630</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Botagar,&lt;br&gt;&lt;br&gt;In C the &quot;^&quot; is not a power operator but an exclusive OR ... otherwise know as XOR.&lt;br&gt;&lt;br&gt;The power operator is typically a function like the abs.&lt;br&gt;&lt;br&gt;printf(&quot;%f\\r\\n&quot;, pow(2,2));&lt;br&gt;&lt;br&gt;printf(&quot;%f\\r\\n&quot;, fabs(-2));&lt;br&gt;&lt;br&gt;&lt;br&gt;The CScript module uses PicoC from&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://code.google.com/p/picoc/&quot; target=&quot;_blank&quot;&gt;http://code.google.com/&lt;wbr&gt;p/&lt;wbr&gt;picoc/&lt;wbr&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;which you can find some more information about. Its not much so if you run into issues let us know.&lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4630</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4630</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Strange Behavior of power operator (^) in Cscript</title>
        <description>
        Hi again!&lt;br&gt;I&apos;ve noticed strange behavior with the power operator &quot;^&quot;.&lt;br&gt;From my intuition:&lt;br&gt;2^2 = 4, 2^3=8&lt;br&gt;-1^2 = 1 etc...&lt;br&gt;&lt;br&gt;What i noticed is that in cscript, it does not behave like that at all. I cannot figure out what the &quot;^&quot; is doing.&lt;br&gt;I get things like:&lt;br&gt;2^2 = 0, -2^2 = -4, -3^2 = -1, 2^3 = 1 etc... just odd...&lt;br&gt;&lt;br&gt;For reference, this is how I&apos;m checking them:&lt;br&gt;int test = 2^3;&lt;br&gt;printf(&quot;%d&quot;,test);&lt;br&gt;&lt;br&gt;Also, i can&apos;t seem to find if the Cscript has an &apos;absolute&apos; function such as &quot;a = |a|&quot;&lt;br&gt;(coming from Matlab where it&apos;s &quot;a = abs(a)&quot;)&lt;br&gt;Which brings me to my next point, I can&apos;t seem to find a complete list of math functions available to use in the scripts. Am I not looking in the right place?&lt;br&gt;&lt;br&gt;Thanks!        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4630</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4630</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
