1 | "use strict";
|
2 | Object.defineProperty(exports, "__esModule", { value: true });
|
3 | exports._sqrt2pow53n = exports._2pow53n = exports._1Qn = exports._1Bn = exports._1Mn = exports._1000n = exports._100n = exports._10n = exports._9n = exports._8n = exports._7n = exports._6n = exports._5n = exports._4n = exports._3n = exports._2n = exports._1n = exports._0n = void 0;
|
4 | const x_bigint_1 = require("@polkadot/x-bigint");
|
5 |
|
6 |
|
7 |
|
8 |
|
9 | exports._0n = (0, x_bigint_1.BigInt)(0);
|
10 |
|
11 |
|
12 |
|
13 |
|
14 | exports._1n = (0, x_bigint_1.BigInt)(1);
|
15 |
|
16 |
|
17 |
|
18 |
|
19 | exports._2n = (0, x_bigint_1.BigInt)(2);
|
20 |
|
21 |
|
22 |
|
23 |
|
24 | exports._3n = (0, x_bigint_1.BigInt)(3);
|
25 |
|
26 |
|
27 |
|
28 |
|
29 | exports._4n = (0, x_bigint_1.BigInt)(4);
|
30 |
|
31 |
|
32 |
|
33 |
|
34 | exports._5n = (0, x_bigint_1.BigInt)(5);
|
35 |
|
36 |
|
37 |
|
38 |
|
39 | exports._6n = (0, x_bigint_1.BigInt)(6);
|
40 |
|
41 |
|
42 |
|
43 |
|
44 | exports._7n = (0, x_bigint_1.BigInt)(7);
|
45 |
|
46 |
|
47 |
|
48 |
|
49 | exports._8n = (0, x_bigint_1.BigInt)(8);
|
50 |
|
51 |
|
52 |
|
53 |
|
54 | exports._9n = (0, x_bigint_1.BigInt)(9);
|
55 |
|
56 |
|
57 |
|
58 |
|
59 | exports._10n = (0, x_bigint_1.BigInt)(10);
|
60 |
|
61 |
|
62 |
|
63 |
|
64 | exports._100n = (0, x_bigint_1.BigInt)(100);
|
65 |
|
66 |
|
67 |
|
68 |
|
69 | exports._1000n = (0, x_bigint_1.BigInt)(1000);
|
70 |
|
71 |
|
72 |
|
73 |
|
74 | exports._1Mn = (0, x_bigint_1.BigInt)(1000000);
|
75 |
|
76 |
|
77 |
|
78 |
|
79 | exports._1Bn = (0, x_bigint_1.BigInt)(1000000000);
|
80 |
|
81 |
|
82 |
|
83 |
|
84 | exports._1Qn = exports._1Bn * exports._1Bn;
|
85 |
|
86 |
|
87 |
|
88 |
|
89 | exports._2pow53n = (0, x_bigint_1.BigInt)(Number.MAX_SAFE_INTEGER);
|
90 |
|
91 |
|
92 |
|
93 |
|
94 | exports._sqrt2pow53n = (0, x_bigint_1.BigInt)(94906265);
|