UNPKG
bigarith.js
Version:
latest (0.0.8)
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
Do very large math to precision!
osofem/bigarith.js
bigarith.js
/
test
/
random.js
5 lines
(4 loc)
•
139 B
JavaScript
View Raw
1
2
3
4
5
console
.
log
(
"%cTesting for random"
,
"color: blue; font-size: 20pt;"
);
for
(
let
i =
0
; i <
100
; i++){
console
.
log
(
BigArith
.
random
()); }