coreutils/src
Nicolas Boichat 3f24796c8d uucore: format: Use Option for Float precision
The default precision for float actually depends on the format.
It's _usually_ 6, but it's architecture-specific for hexadecimal
floats.

Set the precision as an Option, so that:
 - We don't need to sprinkle `6` in callers
 - We can actually handle unspecified precision correctly in
   float printing (next change).
2025-04-01 15:04:47 +02:00
..
bin uudoc: Fix for edition 2024 2025-03-25 12:16:28 +01:00
uu uucore: format: Use Option for Float precision 2025-04-01 15:04:47 +02:00
uucore uucore: format: Use Option for Float precision 2025-04-01 15:04:47 +02:00
uucore_procs rust edition 2021 => 2024 2025-03-24 21:00:35 +01:00
uuhelp_parser rust edition 2021 => 2024 2025-03-24 21:00:35 +01:00