Skip to content

Commit ea35ae6

Browse files
committed
add a file header and remove a redundant comment
1 parent ca03730 commit ea35ae6

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/uu/numfmt/src/numeric.rs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
// This file is part of the uutils coreutils package.
2+
//
3+
// For the full copyright and license information, please view the LICENSE
4+
// file that was distributed with this source code.
5+
6+
// spell-checker:ignore powf seps
7+
18
// This file is written to solve #11654
2-
// This file is related to all code changes for GitHub Issue #11654.
39
// This mod is to preserve numeric precision for large integers.
410
// GNU numfmt has a better precision on floats due to 'long double'.
511

0 commit comments

Comments
 (0)