You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Eric Barnhill (JIRA)" <ji...@apache.org> on 2018/03/13 09:53:00 UTC

[jira] [Updated] (NUMBERS-71) Conform complex multiplication and division to C++11 standards

     [ https://issues.apache.org/jira/browse/NUMBERS-71?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Barnhill updated NUMBERS-71:
---------------------------------
    Description: Use best practices for complex multiplication and division, including recovery of infinities in  the case of NaN results, as specified in the C++11 standard section G.5.1 .  (was: Use best practices for complex multiplication and division, including recovery of infinities in  the case of NaN results, as specified in the C++11 standard section G.5.1 .

Add to "C standard tests" 4 tests to test implementation of the four conditions in section G.5.1.4.)

> Conform complex multiplication and division to C++11 standards
> --------------------------------------------------------------
>
>                 Key: NUMBERS-71
>                 URL: https://issues.apache.org/jira/browse/NUMBERS-71
>             Project: Commons Numbers
>          Issue Type: Improvement
>            Reporter: Eric Barnhill
>            Priority: Minor
>
> Use best practices for complex multiplication and division, including recovery of infinities in  the case of NaN results, as specified in the C++11 standard section G.5.1 .



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)