Query: sinh
OS: opendarwin
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SINH(3) BSD Library Functions Manual SINH(3)NAMEsinh -- hyperbolic sine functionSYNOPSIS#include <math.h> double sinh(double x);DESCRIPTIONThe sinh() function computes the hyperbolic sine of x.SPECIAL VALUESsinh(+-0) returns +-0. sinh(+-infinity) returns +-infinity.SEE ALSOacos(3), asin(3), atan(3), atan2(3), cos(3), cosh(3), sin(3), tan(3), tanh(3), math(3)STANDARDSThe sinh() function conforms to ISO/IEC 9899:1999(E).BSDNovember 20, 2002 BSD
Related Man Pages |
---|
sin(3) - freebsd |
asin(3) - opendarwin |
asinf(3) - freebsd |
sinf(3) - freebsd |
tanhl(3) - freebsd |