<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, digits</title>
    <link>http://www.mapleprimes.com/questions/36630-Digits</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Sat, 13 Jun 2026 20:01:18 GMT</lastBuildDate>
    <pubDate>Sat, 13 Jun 2026 20:01:18 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, digits</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, digits</title>
      <link>http://www.mapleprimes.com/questions/36630-Digits</link>
    </image>
    <item>
      <title>I got 2</title>
      <link>http://www.mapleprimes.com/questions/36630-Digits?ref=Feed:MaplePrimes:digits:Comments#answer62995</link>
      <itunes:summary>&lt;p&gt;I got 2 and not 2. in your example. Perhaps, you have either 1. instead of 1 or 3. instead of 3 in q?&lt;/p&gt;
&lt;p&gt;Alec&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I got 2 and not 2. in your example. Perhaps, you have either 1. instead of 1 or 3. instead of 3 in q?&lt;/p&gt;
&lt;p&gt;Alec&lt;/p&gt;</description>
      <guid>62995</guid>
      <pubDate>Tue, 06 Oct 2009 00:50:47 Z</pubDate>
      <itunes:author>alec</itunes:author>
      <author>alec</author>
    </item>
    <item>
      <title>convert/rational</title>
      <link>http://www.mapleprimes.com/questions/36630-Digits?ref=Feed:MaplePrimes:digits:Comments#answer62997</link>
      <itunes:summary>&lt;p&gt;This might help:&lt;/p&gt;
&lt;p&gt;convert(2.-x, rational);&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;This might help:&lt;/p&gt;
&lt;p&gt;convert(2.-x, rational);&lt;/p&gt;</description>
      <guid>62997</guid>
      <pubDate>Tue, 06 Oct 2009 18:59:34 Z</pubDate>
      <itunes:author>momiji</itunes:author>
      <author>momiji</author>
    </item>
    <item>
      <title>The other option:</title>
      <link>http://www.mapleprimes.com/questions/36630-Digits?ref=Feed:MaplePrimes:digits:Comments#answer62996</link>
      <itunes:summary>&lt;p&gt;In the interest of completeness, I believe the other option would be as follows:&lt;/p&gt;
&lt;pre&gt;
floatProcessor := proc(x)
local mantissa, exponent;
&amp;nbsp; mantissa, exponent := op(x);
&amp;nbsp; if abs(mantissa) &amp;lt; 10 and exponent = 0 then
&amp;nbsp;&amp;nbsp;&amp;nbsp; return Float(mantissa * 10, -1);
&amp;nbsp; else
&amp;nbsp;&amp;nbsp;&amp;nbsp; return x;
&amp;nbsp; end if;
end proc;&lt;/pre&gt;
&lt;pre&gt;
a := x - 3.;

subsindets(a, float, floatProcessor);
&lt;/pre&gt;
&lt;p&gt;This returns x - 3.0. Hope this helps!&lt;/p&gt;
&lt;p&gt;Erik Postma&lt;br /&gt;
Maplesoft&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;In the interest of completeness, I believe the other option would be as follows:&lt;/p&gt;
&lt;pre&gt;
floatProcessor := proc(x)
local mantissa, exponent;
&amp;nbsp; mantissa, exponent := op(x);
&amp;nbsp; if abs(mantissa) &amp;lt; 10 and exponent = 0 then
&amp;nbsp;&amp;nbsp;&amp;nbsp; return Float(mantissa * 10, -1);
&amp;nbsp; else
&amp;nbsp;&amp;nbsp;&amp;nbsp; return x;
&amp;nbsp; end if;
end proc;&lt;/pre&gt;
&lt;pre&gt;
a := x - 3.;

subsindets(a, float, floatProcessor);
&lt;/pre&gt;
&lt;p&gt;This returns x - 3.0. Hope this helps!&lt;/p&gt;
&lt;p&gt;Erik Postma&lt;br /&gt;
Maplesoft&lt;/p&gt;</description>
      <guid>62996</guid>
      <pubDate>Tue, 06 Oct 2009 20:09:13 Z</pubDate>
      <itunes:author>epostma</itunes:author>
      <author>epostma</author>
    </item>
    <item>
      <title>nice icon</title>
      <link>http://www.mapleprimes.com/questions/36630-Digits?ref=Feed:MaplePrimes:digits:Comments#comment62998</link>
      <itunes:summary>&lt;p&gt;The leaf of the &lt;a href="http://en.wikipedia.org/wiki/Acer_palmatum"&gt;acer palmatum (irohamomiji)&lt;/a&gt; could inspire a refreshing change for a new logo for Maple.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;The leaf of the &lt;a href="http://en.wikipedia.org/wiki/Acer_palmatum"&gt;acer palmatum (irohamomiji)&lt;/a&gt; could inspire a refreshing change for a new logo for Maple.&lt;/p&gt;</description>
      <guid>62998</guid>
      <pubDate>Tue, 06 Oct 2009 22:59:53 Z</pubDate>
      <itunes:author>acer</itunes:author>
      <author>acer</author>
    </item>
  </channel>
</rss>