Difference between revisions of "Real numbers"
(Added link to issues) |
Colin-adams (Talk | contribs) (Added link to Not a Number) |
||
Line 7: | Line 7: | ||
* [[REAL_32 (interface)]] | * [[REAL_32 (interface)]] | ||
* [[REAL_64 (interface)]] | * [[REAL_64 (interface)]] | ||
+ | |||
+ | See also [http://eiffelsoftware.origo.ethz.ch/index.php/Not_a_Number Not a Number] |
Revision as of 23:37, 9 May 2007
In the current ELKS standard some features of the REAL and DOUBLE classes have unsatisfiable contracts (e.g. floor and ceiling, see REAL_64 (issues)). In addition important features like is_nan or is_infinity are missing. Thus these classes have to be revised.
The revised interface descriptions will be developed here:
See also Not a Number