MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / max_digits_u64

Function max_digits_u64

app/src/ThirdParty/fast_float.h:1470–1472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1468}
1469
1470fastfloat_really_inline constexpr size_t max_digits_u64(int base) {
1471 return int_luts<>::maxdigits_u64[base - 2];
1472}
1473
1474// If a u64 is exactly max_digits_u64() in length, this is
1475// the value below which it has definitely overflowed.

Callers 1

fast_float.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected