Choose Category
#include <math.h> #include <stdio.h> int main(void) { double val = -12.o; printf(" %f.\n", val, acosh(val)); return 0; }