Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
cqt /
node_modules /
d3-format /
src /
[ HOME SHELL ]
Name
Size
Permission
Action
defaultLocale.js
348
B
-rw-r--r--
exponent.js
149
B
-rw-r--r--
formatDecimal.js
822
B
-rw-r--r--
formatGroup.js
475
B
-rw-r--r--
formatNumerals.js
154
B
-rw-r--r--
formatPrefixAuto.js
631
B
-rw-r--r--
formatRounded.js
473
B
-rw-r--r--
formatSpecifier.js
1.68
KB
-rw-r--r--
formatTrim.js
399
B
-rw-r--r--
formatTypes.js
627
B
-rw-r--r--
identity.js
43
B
-rw-r--r--
index.js
415
B
-rw-r--r--
locale.js
6.03
KB
-rw-r--r--
precisionFixed.js
122
B
-rw-r--r--
precisionPrefix.js
193
B
-rw-r--r--
precisionRound.js
189
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : formatPrefixAuto.js
import {formatDecimalParts} from "./formatDecimal.js"; export var prefixExponent; export default function(x, p) { var d = formatDecimalParts(x, p); if (!d) return x + ""; var coefficient = d[0], exponent = d[1], i = exponent - (prefixExponent = Math.max(-8, Math.min(8, Math.floor(exponent / 3))) * 3) + 1, n = coefficient.length; return i === n ? coefficient : i > n ? coefficient + new Array(i - n + 1).join("0") : i > 0 ? coefficient.slice(0, i) + "." + coefficient.slice(i) : "0." + new Array(1 - i).join("0") + formatDecimalParts(x, Math.max(0, p + i - 1))[0]; // less than 1y! }
Close