full-accuracy
v1.0.0
Published
This library helps you get the full length of a factorial, without the floating point inaccuracy messing with it
Readme
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 265252859812191058636308480000000
