@stdlib/math-iter-special-factorialln
Version:
Create an iterator which evaluates the natural logarithm of the factorial function for each iterated value.
6 lines (5 loc) • 364 B
JavaScript
;var a=function(e,r){return function(){return r||e((r={exports:{}}).exports,r),r.exports}};var i=a(function(l,t){
var u=require('@stdlib/math-iter-tools-map/dist'),n=require('@stdlib/math-base-special-factorialln/dist');function s(e){return u(e,n)}t.exports=s
});var c=i();module.exports=c;
/** @license Apache-2.0 */
//# sourceMappingURL=index.js.map