Home Manual Reference Source

src/logarithmic/log.js

export const log = (a, b) => Math.log(b) / Math.log(a);