br1ghtyang / asterixdb

Automatically exported from code.google.com/p/asterixdb
0 stars 0 forks source link

Semantics of arithmetic (and other?) operations on float/double types does not conform to IEEE 754. #515

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
example: float("1") + float("INF") ==> Exception rather than float("INF")

I'm sure there are more combinations (e.g. -INF, using type double, etc.)

Original issue reported on code.google.com by zheilb...@gmail.com on 6 Jun 2013 at 5:57

GoogleCodeExporter commented 8 years ago

Original comment by jarod...@gmail.com on 18 Nov 2013 at 11:11