We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa7915 commit 47ffc13Copy full SHA for 47ffc13
include/fast_float/float_common.h
@@ -235,7 +235,7 @@ struct decimal {
235
return mantissa;
236
#endif
237
}
238
- // Generate san exponent matching to_truncated_mantissa()
+ // Generate an exponent matching to_truncated_mantissa()
239
inline int32_t to_truncated_exponent() {
240
return decimal_point - int32_t(max_digit_without_overflow);
241
0 commit comments