<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Math words</title><link>https://sourceforge.net/p/flashforth/wiki/Math%2520words/</link><description>Recent changes to Math words</description><atom:link href="https://sourceforge.net/p/flashforth/wiki/Math%20words/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 25 Mar 2017 14:45:05 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/flashforth/wiki/Math%20words/feed" rel="self" type="application/rss+xml"/><item><title>Discussion for Math words page</title><link>https://sourceforge.net/p/flashforth/wiki/Math%2520words/?limit=25#9ecb</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Calculate integer square root in FlashForth.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pete Zawasky</dc:creator><pubDate>Sat, 25 Mar 2017 14:45:05 -0000</pubDate><guid>https://sourceforge.netb40f41337d48839badda2e3a001ade5b25299c5c</guid></item><item><title>Math words modified by Mikael Nordman</title><link>https://sourceforge.net/p/flashforth/wiki/Math%2520words/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -4,5 +4,5 @@

 ~~~~
 : */    ( n1 n2 n3 -- quotient )
-*/mod swap drop  ;
+  */mod swap drop  ;
 ~~~~
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mikael Nordman</dc:creator><pubDate>Fri, 26 Dec 2014 08:31:11 -0000</pubDate><guid>https://sourceforge.netcfb7a06b5b2000391957e382970fd2b24bfee8b0</guid></item><item><title>Math words modified by Mikael Nordman</title><link>https://sourceforge.net/p/flashforth/wiki/Math%2520words/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -2,5 +2,7 @@

 Multiply n1 and n2 then divide by n3. 32 bit intermediate result.

+~~~~
 : */    ( n1 n2 n3 -- quotient )
 */mod swap drop  ;
+~~~~
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mikael Nordman</dc:creator><pubDate>Fri, 26 Dec 2014 08:30:50 -0000</pubDate><guid>https://sourceforge.netf3403bc9b8c716c58ac15f5c0ef95a0b9d207a97</guid></item><item><title>Math words modified by Mikael Nordman</title><link>https://sourceforge.net/p/flashforth/wiki/Math%2520words/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;strong&gt;The Scale word&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Multiply n1 and n2 then divide by n3. 32 bit intermediate result.&lt;/p&gt;
&lt;p&gt;: &lt;em&gt;/    ( n1 n2 n3 -- quotient )&lt;br /&gt;
&lt;/em&gt;/mod swap drop  ;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mikael Nordman</dc:creator><pubDate>Fri, 26 Dec 2014 08:30:22 -0000</pubDate><guid>https://sourceforge.netc2c844495a7c3e528f79f0311ef2d977aada98bd</guid></item></channel></rss>