1.0.0 • Published 6 years ago
full-accuracy v1.0.0
Full-Accuracy
Get the full representation of the factorials of large numbers.
Install
npm install full-accuracyUsage
const accuracy = require('full-accuracy');
const for30 = accuracy(30);
// returns 2652528598121910586363084800000001.0.0
6 years ago