You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2020/08/20 11:40:00 UTC

[jira] [Created] (ARROW-9811) [C++] Unchecked floating point division by 0 should succeed

Antoine Pitrou created ARROW-9811:
-------------------------------------

             Summary: [C++] Unchecked floating point division by 0 should succeed
                 Key: ARROW-9811
                 URL: https://issues.apache.org/jira/browse/ARROW-9811
             Project: Apache Arrow
          Issue Type: Wish
          Components: C++
            Reporter: Antoine Pitrou


Currently we return a "division by zero" error even for unchecked floating point division. Instead we should simply succeed and store an infinite (or NaN if 0/0 is requested).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)