Home Manual Reference Source

src/logarithmic/logloge.js

export const logloge = (n) => Math.log(Math.log(n));