xref: /plan9/sys/man/2/sinh (revision 219b2ee8daee37f4aad58d63f21287faa8e4ffdc)
SINH 2
NAME
sinh, cosh, tanh - hyperbolic functions
SYNOPSIS
#include <u.h>

#include <libc.h>

double sinh(double x)

double cosh(double x)

double tanh(double x)

DESCRIPTION
These functions compute the designated hyperbolic functions for real arguments.
SOURCE
/sys/src/libc/port
SEE ALSO
intro (2)