We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca03730 commit ea35ae6Copy full SHA for ea35ae6
1 file changed
src/uu/numfmt/src/numeric.rs
@@ -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
8
// This file is written to solve #11654
-// This file is related to all code changes for GitHub Issue #11654.
9
// This mod is to preserve numeric precision for large integers.
10
// GNU numfmt has a better precision on floats due to 'long double'.
11
0 commit comments