<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Digit Elision ?</title>
    <link>http://www.mapleprimes.com/questions/35480-Digit-Elision-</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 18:15:48 GMT</lastBuildDate>
    <pubDate>Sat, 13 Jun 2026 18:15:48 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Digit Elision ?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Digit Elision ?</title>
      <link>http://www.mapleprimes.com/questions/35480-Digit-Elision-</link>
    </image>
    <item>
      <title>Elision</title>
      <link>http://www.mapleprimes.com/questions/35480-Digit-Elision-?ref=Feed:MaplePrimes:Digit Elision ?:Comments#answer44024</link>
      <itunes:summary>&lt;p&gt;Enter (in a Standard worksheet):&amp;nbsp; &lt;/p&gt;
&lt;pre&gt;
&amp;gt; 2^40000;
&lt;/pre&gt;
&lt;pre&gt;

15842603725730786800597361511643477938585056174993108430408926417163696577122\
  88874451832215496349004[...11842 digits...]64589958897311815153669921216467\
  99484887367079871289697795984721749551119434590853334711885025509376

&lt;/pre&gt;
&lt;p&gt;The result is 12042 digits long, but Maple shows only the first&amp;nbsp; 100 and last 100, with [...11842 digits...] in the middle.&amp;nbsp; That's digit elision.&amp;nbsp; The settings determine the smallest number of digits that will trigger digit elision, and how many initial and final digits will be shown. Thus with the default settings 2^30000 (which has only 9031 digits) would be shown in its entirety, but if you set Threshold to 1000, Leading digits to 10 and Trailing digits to 20, you get&lt;/p&gt;
&lt;pre&gt;
&amp;gt; 2^30000;

7940903519[...9001 digits...]35833790694215909376

&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Enter (in a Standard worksheet):&amp;nbsp; &lt;/p&gt;
&lt;pre&gt;
&amp;gt; 2^40000;
&lt;/pre&gt;
&lt;pre&gt;

15842603725730786800597361511643477938585056174993108430408926417163696577122\
  88874451832215496349004[...11842 digits...]64589958897311815153669921216467\
  99484887367079871289697795984721749551119434590853334711885025509376

&lt;/pre&gt;
&lt;p&gt;The result is 12042 digits long, but Maple shows only the first&amp;nbsp; 100 and last 100, with [...11842 digits...] in the middle.&amp;nbsp; That's digit elision.&amp;nbsp; The settings determine the smallest number of digits that will trigger digit elision, and how many initial and final digits will be shown. Thus with the default settings 2^30000 (which has only 9031 digits) would be shown in its entirety, but if you set Threshold to 1000, Leading digits to 10 and Trailing digits to 20, you get&lt;/p&gt;
&lt;pre&gt;
&amp;gt; 2^30000;

7940903519[...9001 digits...]35833790694215909376

&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>44024</guid>
      <pubDate>Fri, 19 Mar 2010 20:30:23 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
  </channel>
</rss>