Changes between Initial Version and Version 1 of Ticket #658, comment 8
- Timestamp:
- Jan 26, 2015, 9:40:40 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #658, comment 8
initial v1 5 5 * float: simply execute a/b in c++, result is +/- inf or nan as defined by IEEE 754 6 6 * 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 7 8 3. ''Optionally'' allow to enable exceptions instead in some way 8 9 4. Switch statement can always be used to explicitly change the default behavior defined by 1-2