Difference between revisions of "Real numbers"
(Added link to issues) |
(Fixed link) |
||
(One intermediate revision by one other user not shown) | |||
Line 7: | Line 7: | ||
* [[REAL_32 (interface)]] | * [[REAL_32 (interface)]] | ||
* [[REAL_64 (interface)]] | * [[REAL_64 (interface)]] | ||
+ | |||
+ | See also [[Not_a_Number]] |
Latest revision as of 14:31, 16 May 2011
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