[
https://issues.apache.org/jira/browse/MESOS-4018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Klaus Ma updated MESOS-4018:
----------------------------
Description:
For now, there are several defects about float-point equal checking. This EPIC
is used to build float-point operation in {{stout}} for other components. The
major operation will be:
1. {{bool almostEqual(double left, double right)}} for Scalar {{operator==}}
2. {{CHECK_NEAR(left, right)}} for assert in components
was:
For now, there are several defects about float-point equal checking. This EPIC
is used to build float-point operation in {{stout}} for other components. The
major operation will be:
1. {{bool almostEqual(double left, double right)}} for Scalar {{operator==}}
2. {{CHECK_DOUBLE_EQ(left, right)}} for assert in components
> Enhance float-point operation in Mesos
> --------------------------------------
>
> Key: MESOS-4018
> URL: https://issues.apache.org/jira/browse/MESOS-4018
> Project: Mesos
> Issue Type: Epic
> Components: stout
> Reporter: Klaus Ma
>
> For now, there are several defects about float-point equal checking. This
> EPIC is used to build float-point operation in {{stout}} for other
> components. The major operation will be:
> 1. {{bool almostEqual(double left, double right)}} for Scalar {{operator==}}
> 2. {{CHECK_NEAR(left, right)}} for assert in components
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)