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