You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "HAKR (Jira)" <ji...@apache.org> on 2023/10/09 17:59:00 UTC

[jira] [Updated] (JEXL-407) Sum of values shows incorrect

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

HAKR updated JEXL-407:
----------------------
    Description: 
We are using JEXL expression in our project which is 3.0 version.

When adding these values 
*99.0 + 7.82 -99.0 -7.82*
It should be zero but the result we are seeing is *-7.105427357601002E-15*

  was:
We are using JEXL expression in our project.

When adding these values 
*99.0 + 7.82 -99.0 -7.82*
It should be zero but the result we are seeing is *-7.105427357601002E-15*


> Sum of values shows incorrect
> -----------------------------
>
>                 Key: JEXL-407
>                 URL: https://issues.apache.org/jira/browse/JEXL-407
>             Project: Commons JEXL
>          Issue Type: Bug
>    Affects Versions: 3.0
>            Reporter: HAKR
>            Priority: Major
>
> We are using JEXL expression in our project which is 3.0 version.
> When adding these values 
> *99.0 + 7.82 -99.0 -7.82*
> It should be zero but the result we are seeing is *-7.105427357601002E-15*



--
This message was sent by Atlassian Jira
(v8.20.10#820010)