Query: sinh
OS: osx
Section: 3
Links: osx man pages all man pages
Forums: unix linux community forum categories
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); long double sinhl(long double x); float sinhf(float 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:2011.BSDDecember 11, 2006 BSD
Related Man Pages |
---|
sinh(3) - centos |
sinhf(3) - centos |
sinh(3) - linux |
sinh(3) - debian |
sinhf(3) - debian |