arithmetic-type/double

View on GitHub
src/logarithmic/log2.js

Summary

Maintainability
A
0 mins
Test Coverage
export const log2 = (n) => Math.log2(n);