summaryrefslogtreecommitdiff
path: root/numpy/random/src/distributions/logfactorial.h
blob: 1fedef3f6eaa45d1e52fe3925c4b373648977f65 (plain)
1
2
3
4
5
6
7
8
9

#ifndef LOGFACTORIAL_H
#define LOGFACTORIAL_H

#include <stdint.h>

double logfactorial(int64_t k);

#endif