Changes between Initial Version and Version 1 of Ticket #658, comment 8


Ignore:
Timestamp:
Jan 26, 2015, 9:40:40 AM (9 years ago)
Author:
Dimitar Misev

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #658, comment 8

    initial v1  
    55 * float: simply execute a/b in c++, result is +/- inf or nan as defined by IEEE 754
    66 * integer: set 0, as the default null value in rasdaman
     7  * this only comes up when using the div operator, as the '/' operator always returns float
    783. ''Optionally'' allow to enable exceptions instead in some way
    894. Switch statement can always be used to explicitly change the default behavior defined by 1-2