Home Manual Reference Source

src/logarithmic/loglog2.js

export const loglog2 = (n) => Math.log(Math.log(n) / Math.log(2)) / Math.log(2);