mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-08 01:36:49 +08:00
Removing spurious 's'.
This commit is contained in:
parent
2fa7915050
commit
47ffc1303b
@ -235,7 +235,7 @@ struct decimal {
|
||||
return mantissa;
|
||||
#endif
|
||||
}
|
||||
// Generate san exponent matching to_truncated_mantissa()
|
||||
// Generate an exponent matching to_truncated_mantissa()
|
||||
inline int32_t to_truncated_exponent() {
|
||||
return decimal_point - int32_t(max_digit_without_overflow);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user