UNPKG
pi-decimals
Version:
latest (2.0.4)
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
Computed Pi decimals, up to one million.
github.com/IonicaBizau/pi-decimals
IonicaBizau/pi-decimals
pi-decimals
/
lib
/
index.js
7 lines
(5 loc)
•
152 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
// Thanks
// https://www.angio.net/pi/digits/pi1000000.txt
exports
.
decimals
=
require
(
"./pi"
);
exports
.
txt_path
= __dirname +
"/pi.txt"
;