#include #include "include/math.h" int main() { printf("acosh(%f): %f\n", 5.0, acosh(5.0)); return 0; }