UNPKG

221 BJavaScriptView Raw
1var annotate = require('annotate');
2var is = require('annois');
3
4
5return annotate('exp', "Returns Ex, where x is the argument, and E is Euler's constant, the base of the natural logarithms").
6 on(is.number, Math.exp);