Email or Screen Name
Password
Recover Password Login
Or login with:
#include <math.h>
#include <stdio.h> #include <math.h> int main(void) { double x = 0.5; double result = cosh(x); printf("The hyperbolic cosine of %lf is %lf\n", x, result); return 0; }
You must login to leave a messge