MCPcopy Create free account
hub / github.com/apache/arrow / atol

Function atol

cpp/src/arrow/compare.h:86–86  ·  view source on GitHub ↗

The absolute tolerance for approximate comparisons of floating-point values.

Source from the content-addressed store, hash-verified

84
85 /// The absolute tolerance for approximate comparisons of floating-point values.
86 std::optional<double> atol() const { return atol_; }
87
88 /// Return a new EqualOptions object with the "atol" property changed.
89 /// If both "ulp_distance" and "atol" are specified, the comparison

Callers 1

TESTFunction · 0.85

Calls 1

EqualOptionsClass · 0.85

Tested by 1

TESTFunction · 0.68