Skip to content

Commit

Permalink
Merge pull request #32384 from vespa-engine/arnej/fix-typo
Browse files Browse the repository at this point in the history
fix copy-paste typo in numeric limit
  • Loading branch information
arnej27959 authored Sep 9, 2024
2 parents e35a947 + ff01bec commit 685285f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vespalib/src/vespa/vespalib/util/bfloat16.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ template<> class numeric_limits<vespalib::BFloat16> {
static constexpr int max_digits10 = 4;

static constexpr int min_exponent = -125;
static constexpr int min_exponent10 = -2;
static constexpr int min_exponent10 = -37;

static constexpr int max_exponent = 128;
static constexpr int max_exponent10 = 38;
Expand Down

0 comments on commit 685285f

Please sign in to comment.