Skip to content

Commit e97a4b2

Browse files
committed
✨ 精度10万桁のpiを追加
1 parent 76f1b3a commit e97a4b2

File tree

13 files changed

+730
-112
lines changed

13 files changed

+730
-112
lines changed

JavaLibraryScript.code-workspace

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
},
1212
"cSpell.words": [
1313
"Chebyshev",
14+
"Chudnovsky",
1415
"javalibraryscript",
1516
"prec",
1617
"prereleased",

dev/build/fixDtsOutputFlexible.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ function fixDtsOutputFlexible(filePath, log = false) {
2929
return `${b}${d}`;
3030
},
3131
],
32+
[
33+
`(declare\\s+)let(\\s+[A-Za-z][A-Za-z0-9]*:\\s+)`,
34+
(a, b, c) => {
35+
ol(`$let -> const : ${CL.cyan("変更")}`);
36+
cou++;
37+
return `${b}const${c}`;
38+
},
39+
],
3240
[
3341
`([A-Za-z][A-Za-z0-9]*)_forceRep`,
3442
(a, b) => {

0 commit comments

Comments
 (0)