0.0.62 ā€¢ Published 3 years ago

@extra-bigint/log-2 v0.0.62

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

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

This is part of package extra-bigint.

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

bigint.log2(16n);
// 4n

bigint.log2(15n);
// 3n

bigint.log2(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