Unix VPS A - Starter B - Basic C - Preferred D - Commercial MPS - Dedicated * Sign Up! *
Support Customer Portal Contact Us Online Help Handbooks Domain Status Man Pages
FAQ Virtual Servers Pricing Billing Technical
Network Facilities Connectivity Topology Map
Miscellaneous Server Agreement Year 2038 Credits
cosh, coshf, coshl — hyperbolic cosine functions
cosh
coshf
coshl
Math Library (libm, -lm)
#include <math.h>
double cosh(double x);
float coshf(float x);
long double coshl(long double x);
The cosh(), coshf(), and coshl() functions compute the hyperbolic cosine of x.
acos(3), asin(3), atan(3), atan2(3), ccosh(3), cos(3), math(3), sin(3), sinh(3), tan(3), tanh(3)
The cosh() function conforms to ISO/IEC 9899:1990 (“ISO C90”).
The cosh() function first appeared in Version 7 AT&T UNIX.
Visit the GSP FreeBSD Man Page Interface.Output converted with ManDoc.