/**
 * https://simple-statistics.github.io/docs/#gammaln
 */
declare function gammaln(n: number): number;

export default gammaln;
