<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Round off numbers in a random array</title>
    <link>http://www.mapleprimes.com/questions/35785-Round-Off-Numbers-In-A-Random-Array</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Wed, 10 Jun 2026 14:12:14 GMT</lastBuildDate>
    <pubDate>Wed, 10 Jun 2026 14:12:14 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Round off numbers in a random array</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Round off numbers in a random array</title>
      <link>http://www.mapleprimes.com/questions/35785-Round-Off-Numbers-In-A-Random-Array</link>
    </image>
    <item>
      <title>map</title>
      <link>http://www.mapleprimes.com/questions/35785-Round-Off-Numbers-In-A-Random-Array?ref=Feed:MaplePrimes:Round off numbers in a random array:Comments#answer45123</link>
      <itunes:summary>&lt;pre&gt;
map(trunc,a);

map(round,a);
&lt;/pre&gt;
Or, in Maple 13,
&lt;pre&gt;
trunc~(a);

round~(a);
&lt;/pre&gt;
Notice that the ~ elementwise operation preserved the float[8] datatype, which is why those two results came back as floats.
&lt;p&gt;acer&lt;/p&gt;</itunes:summary>
      <description>&lt;pre&gt;
map(trunc,a);

map(round,a);
&lt;/pre&gt;
Or, in Maple 13,
&lt;pre&gt;
trunc~(a);

round~(a);
&lt;/pre&gt;
Notice that the ~ elementwise operation preserved the float[8] datatype, which is why those two results came back as floats.
&lt;p&gt;acer&lt;/p&gt;</description>
      <guid>45123</guid>
      <pubDate>Sun, 07 Feb 2010 06:56:51 Z</pubDate>
      <itunes:author>acer</itunes:author>
      <author>acer</author>
    </item>
  </channel>
</rss>