UNPKG

@holgerengels/compute-engine

Version:

Symbolic computing and numeric evaluations for JavaScript and Node.js

4 lines (3 loc) 165 B
/* 0.26.0-alpha2 */ import { Complex } from 'complex-esm'; export declare function gamma(c: Complex): Complex; export declare function gammaln(c: Complex): Complex;