UNPKG

@stdlib/math-iter-special-gamma1pm1

Version:

Create an iterator which computes `gamma(x+1) - 1` for each iterated value.

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