UNPKG

@stdlib/math-iter-special-factorialln

Version:

Create an iterator which evaluates the natural logarithm of the factorial function for each iterated value.

3 lines 126 B
/// <reference path="../docs/types/index.d.ts" /> import iterFactorialln from '../docs/types/index'; export = iterFactorialln;