0.0.62 ā€¢ Published 3 years ago

@extra-bigint/log-10.min v0.0.62

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

Gives base-10 logarithm of value. šŸ“¦ NPM, šŸ˜ŗ GitHub, šŸƒ RunKit, šŸŒ” Minified, šŸ“œ Files, šŸ“° JSDoc, šŸ“˜ Wiki.

This is part of package extra-bigint.

This is browserified, minified version of @extra-bigint/log-10. It is exported as global variable bigint_log10. CDN: unpkg, jsDelivr.

bigint.log10(x);
// x: a bigint
const bigint = require('extra-bigint');

bigint.log10(100n);
// 2n

bigint.log10(99n);
// 1n

bigint.log10(0n);
// null

References

0.0.62

3 years ago

0.0.60

3 years ago

0.0.61

3 years ago

0.0.56

3 years ago

0.0.55

3 years ago

0.0.54

4 years ago