Home Manual Reference Source

src/logarithmic/log2.js

export const log2 = (n) => Math.log2(n);