Revision: a6b47fffe0bf
Author: Pekka Klärck
Date: Mon May 16 06:30:22 2011
Log: regen
http://code.google.com/p/robotframework/source/detail?r=a6b47fffe0bf
Modified:
/doc/libraries/BuiltIn.html
=======================================
--- /doc/libraries/BuiltIn.html Mon May 16 06:14:32 2011
+++ /doc/libraries/BuiltIn.html Mon May 16 06:30:22 2011
@@ -1576,7 +1576,7 @@
</tr>
</table>
<br />
-As discussed in the documentation of <a href="#Convert To Number"
class="name">Convert To Number</a>, machines generally cannot store
floating point numbers accurately. Because of this limitation, comparing
floats for equality is also problematic and a correct approach to use
depends on the context. This keyword uses a very naive approach of rounding
the numbers before comparing them which is both prone to rounding errors
and does not work very well if numbers are really big or small. For more
information about comparing floats, and ideas on how to implement your own
context specific comparison algorithm, see this great article: <a
href="http://www.cygnus-software.com/papers/comparingfloats/comparingfloats.htm">http://www.cygnus-software.com/papers/comparingfloats/comparingfloats.htm</a><br
/>
+As discussed in the documentation of <a href="#Convert To Number"
class="name">Convert To Number</a>, machines generally cannot store
floating point numbers accurately. Because of this limitation, comparing
floats for equality is problematic and a correct approach to use depends on
the context. This keyword uses a very naive approach of rounding the
numbers before comparing them, which is both prone to rounding errors and
does not work very well if numbers are really big or small. For more
information about comparing floats, and ideas on how to implement your own
context specific comparison algorithm, see this great article: <a
href="http://www.cygnus-software.com/papers/comparingfloats/comparingfloats.htm">http://www.cygnus-software.com/papers/comparingfloats/comparingfloats.htm</a><br
/>
<br />
See <a href="#Should Not Be Equal As Numbers" class="name">Should Not Be
Equal As Numbers</a> for a negative version of this keyword and <a
href="#Should Be Equal" class="name">Should Be Equal</a> for an explanation
on how to override the default error message with <span
class="name">msg</span> and <span class="name">values</span>.</td>
</tr>
@@ -1930,7 +1930,7 @@
<p id="footer">
Altogether 79 keywords.<br />
Generated by <a
href="http://code.google.com/p/robotframework/wiki/LibraryDocumentationTool">libdoc.py</a>
-on 2011-05-16 16:09:10.
+on 2011-05-16 16:30:01.
</p>
</body>
</html>