mailr5159 - /1.3/float.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on March 22, 2008 - 23:08:
Author: bugman
Date: Sat Mar 22 23:08:49 2008
New Revision: 5159

URL: http://svn.gna.org/viewcvs/relax?rev=5159&view=rev
Log:
Fixed the epydoc part of the getFloatClass() docstring.


Modified:
    1.3/float.py

Modified: 1.3/float.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/float.py?rev=5159&r1=5158&r2=5159&view=diff
==============================================================================
--- 1.3/float.py (original)
+++ 1.3/float.py Sat Mar 22 23:08:49 2008
@@ -57,11 +57,11 @@
     1.  Binary data is documented as binary strings e.g. 0xF0 = 0b11110000.
     2.  The module doesn't support all the functions recommended by 
IEEE-754, the following features
         are missing:
-            a. Control of exception and rounding modes.
-            b. scalb(y, N).
-            c. logb(x).
-            d. nextafter(x,y).
-            e. Next towards.
+            - Control of exception and rounding modes.
+            - scalb(y, N).
+            - logb(x).
+            - nextafter(x,y).
+            - Next towards.
     3.  Division by zero currently (python 2.5) raises exception and the 
resulting inf/NaN cannot be
         propogated.
     4.  A second module ieeefloatcapabilities (currently incomplete) 
provides tests of the
@@ -139,7 +139,7 @@
 
     @param float:       Python float object.
     @type float:        float
-    @result:            An IEEE class value.
+    @return:            An IEEE class value.
     @rtype:             int
     @raise TypeError:   If float is not a python float object.
     '''




Related Messages


Powered by MHonArc, Updated Sat Mar 22 23:20:08 2008