arithmetic-type/double

View on GitHub
src/logarithmic/loge.js

Summary

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