Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_unix/sys/man/2/sinh – Rev 34

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
.TH SINH 2
2
.SH NAME
3
sinh, cosh, tanh \- hyperbolic functions
4
.SH SYNOPSIS
5
.B #include <u.h>
6
.br
7
.B #include <libc.h>
8
.PP
9
.B
10
double sinh(double x)
11
.PP
12
.B
13
double cosh(double x)
14
.PP
15
.B
16
double tanh(double x)
17
.SH DESCRIPTION
18
These functions compute the designated hyperbolic functions
19
for real arguments.
20
.SH SOURCE
21
.B /sys/src/libc/port
22
.SH SEE ALSO
23
.IR intro (2)