<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Precision in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Precision/m-p/762609#M18096</link>
    <description>g25.17e3 format is sufficient for maximum precision conversion of IEEE754 double precision.  If you don't specify the widths in the format, you leave it up to the implementor of the run-time library.   The IEEE standard gives range limits within which the READ of the value converted by WRITE can return the value exactly.  Outside that range, you could avoid changes in the least significant bit only by the use of unformatted file.</description>
    <pubDate>Tue, 31 Jan 2006 22:29:50 GMT</pubDate>
    <dc:creator>TimP</dc:creator>
    <dc:date>2006-01-31T22:29:50Z</dc:date>
    <item>
      <title>Precision</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Precision/m-p/762608#M18095</link>
      <description>&lt;P&gt;I want to write a double precision number to a file and to read it again later.&lt;BR /&gt;&lt;BR /&gt;Precision is very important and I want to get EXACTLY the same value when reading. I use format(...g) but it seems that sometimes the value is not the same. What format option have I to use?&lt;BR /&gt;&lt;BR /&gt;I use formatted files.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Message Edited by jacques.fontignie on 01-31-2006 05:42 AM&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2006 21:41:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Precision/m-p/762608#M18095</guid>
      <dc:creator>jacques_fontignie</dc:creator>
      <dc:date>2006-01-31T21:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Precision</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Precision/m-p/762609#M18096</link>
      <description>g25.17e3 format is sufficient for maximum precision conversion of IEEE754 double precision.  If you don't specify the widths in the format, you leave it up to the implementor of the run-time library.   The IEEE standard gives range limits within which the READ of the value converted by WRITE can return the value exactly.  Outside that range, you could avoid changes in the least significant bit only by the use of unformatted file.</description>
      <pubDate>Tue, 31 Jan 2006 22:29:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Precision/m-p/762609#M18096</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2006-01-31T22:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Precision</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Precision/m-p/762610#M18097</link>
      <description>Thanks a lot for the answer.</description>
      <pubDate>Tue, 31 Jan 2006 22:36:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Precision/m-p/762610#M18097</guid>
      <dc:creator>jacques_fontignie</dc:creator>
      <dc:date>2006-01-31T22:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Precision</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Precision/m-p/762611#M18098</link>
      <description>But, beware that some variations you see are because the binary form is not exactly the same as the original formatted number, because decimal representations do not map exactly to binary (base 2) values, even for a simple number like 0.1.</description>
      <pubDate>Tue, 07 Feb 2006 03:15:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Precision/m-p/762611#M18098</guid>
      <dc:creator>joseph-krahn</dc:creator>
      <dc:date>2006-02-07T03:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Precision</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Precision/m-p/762612#M18099</link>
      <description>test, please disregard
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 07 Feb 2006 05:37:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Precision/m-p/762612#M18099</guid>
      <dc:creator>Dayan_S_Intel</dc:creator>
      <dc:date>2006-02-07T05:37:04Z</dc:date>
    </item>
  </channel>
</rss>

