Skip to content

Commit d35adc6

Browse files
committed
Fix comment
1 parent b2cb305 commit d35adc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/src/arrow/testing/math.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
namespace arrow {
2828
namespace {
2929

30-
// `kOneUlp` is equal to 1.0 - (1.0 - nextafter(1.0, -inf)).
31-
// That is, it is the delta between 1.0 and the FP value immediately before 1.0.
30+
// `kOneUlp` is equal to 1.0 - nextafter(1.0, -inf).
31+
// That is, it is the delta between 1.0 and the FP value immediately before it.
3232
// We're using this value because `frexp` returns a mantissa between 0.5 and 1.0.
3333
template <typename Float>
3434
constexpr Float kOneUlp;

0 commit comments

Comments
 (0)