#ifndef LOGFACTORIAL_H #define LOGFACTORIAL_H #include double logfactorial(int64_t k); #endif