EN JA
SINH(3)
SINH(3) FreeBSD Library Functions Manual SINH(3)

NAME

sinh, sinhf, sinhlhyperbolic sine function

LIBRARY

Math Library (libm, -lm)

SYNOPSIS

#include < math.h>

double
sinh( double x);

float
sinhf( float x);

long double
sinhl( long double x);

DESCRIPTION

The sinh(), sinhf(), and sinhl() functions compute the hyperbolic sine of x.

STANDARDS

The sinh() function conforms to ISO/IEC 9899:1990 (“ISO C90”).
August 17, 2013 FreeBSD