mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Use the other comment syntax as it is not related
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
This commit is contained in:
parent
8df608cf97
commit
ffbc682b92
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
|||
// For the full copyright and license information, please view the LICENSE
|
||||
// file that was distributed with this source code.
|
||||
|
||||
/// Functions for formatting a number as a magnitude and a unit suffix.
|
||||
//! Functions for formatting a number as a magnitude and a unit suffix.
|
||||
|
||||
/// The first ten powers of 1024.
|
||||
const IEC_BASES: [u128; 10] = [
|
||||
1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue