UNPKG
@stdlib/math-base-special-gamma1pm1
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Compute gamma(x+1) - 1.
stdlib.io
stdlib-js/math-base-special-gamma1pm1
@stdlib/math-base-special-gamma1pm1
/
dist
/
index.d.ts
3 lines
•
114 B
TypeScript
View Raw
1
2
3
/// <reference path="../docs/types/index.d.ts" />
import
gammap1m1
from
'../docs/types/index'
;
export
= gammap1m1;