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-accuracy
Usage
const accuracy = require('full-accuracy');
const for30 = accuracy(30);
// returns 265252859812191058636308480000000
1.0.0
6 years ago