arithmetic-type/double

View on GitHub
src/logarithmic/log.js

Summary

Maintainability
A
0 mins
Test Coverage
export const log = (a, b) => Math.log(b) / Math.log(a);