arithmetic-type/double

View on GitHub
src/logarithmic/logloge.js

Summary

Maintainability
A
0 mins
Test Coverage
export const logloge = (n) => Math.log(Math.log(n));