<?xml version="1.0" encoding="windows-1252"?>
<node id="132203" title="Re: Re: (OT) Where is programming headed?" created="2001-12-15 09:52:45" updated="2005-07-19 14:08:11">
<type id="11">
note</type>
<author id="31739">
Rudif</author>
<data>
<field name="doctext">
[Dominus]&lt;p&gt;
&lt;i&gt;&gt;&gt; integral values less than about 2&lt;SUP&gt;53&lt;/SUP&gt; will be represented and compared exactly&lt;/i&gt;&lt;p&gt;
Since this OT is turning into a C refresher course, factual accuracy should be in order. Your statement is true of C/C++ &lt;code&gt;double&lt;/code&gt;, which is also what Perl uses for numeric values. The example &lt;code&gt; float x, y; &lt;/code&gt; declares a couple of single-precision floats, which can represent exactly integral values of up to about 2&lt;SUP&gt;25&lt;/SUP&gt;. &lt;p&gt;A summary of IEEE-754 format can be found [http://www.psc.edu/general/software/packages/ieee/ieee.html|here] and an interactive converter [http://babbage.cs.qc.edu/courses/cs341/IEEE-754.html|here].&lt;p&gt;

[Rudif]</field>
<field name="root_node">
131789</field>
<field name="parent_node">
132063</field>
</data>
</node>
