arithmetic-type/double

View on GitHub
src/logarithmic/loglog2.js

Summary

Maintainability
A
0 mins
Test Coverage
export const loglog2 = (n) => Math.log(Math.log(n) / Math.log(2)) / Math.log(2);