UNPKG

183 BJavaScriptView Raw
1var annotate = require('annotate');
2var is = require('annois');
3
4
5module.exports = annotate('log', 'Returns the natural logarithm (base E) of a number').
6 on(is.number, Math.log);