1 2 3 4 5 6 7 8 9
#ifndef LOGFACTORIAL_H #define LOGFACTORIAL_H #include <stdint.h> double logfactorial(int64_t k); #endif