[ 
https://issues.apache.org/jira/browse/MATH-1089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13874649#comment-13874649
 ] 

Thomas Neidhart commented on MATH-1089:
---------------------------------------

Yes, this solution is cleaner, feel free to already commit the patch.

> Precision.round() returns different results when provided negative zero as 
> double or float
> ------------------------------------------------------------------------------------------
>
>                 Key: MATH-1089
>                 URL: https://issues.apache.org/jira/browse/MATH-1089
>             Project: Commons Math
>          Issue Type: Bug
>            Reporter: Thomas Neidhart
>             Fix For: 3.3
>
>         Attachments: MATH-1089.patch
>
>
> Precision.round(-0.0d, x) = 0.0
> Precision.round(-0.0f, x) = -0.0
> After discussion on the mailinglist, the result should always be -0.0.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to