1.0.4 • Published 9 years ago

digital-root v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

digital-root Build Status

Calculate the digital root of a number.

Install

$ npm install --save digital-root

Usage

var digitalRoot = require('digital-root');

digitalRoot(65536);
//=> 7

License

MIT © Andreas Gillström