Penguin
Annotated edit history of sinh(3) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 SINH
2 !!!SINH
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 CONFORMING TO
7 SEE ALSO
8 ----
9 !!NAME
10
11
12 sinh - hyperbolic sine function
13 !!SYNOPSIS
14
15
16 __#include
17 __ ''x''__);
18 __
19 !!DESCRIPTION
20
21
22 The __sinh()__ function returns the hyperbolic sine of
23 ''x'', which is defined mathematically as (exp(x) -
24 exp(-x)) / 2.
25 !!CONFORMING TO
26
27
28 SVID 3, POSIX, BSD 4.3, ISO 9899
29 !!SEE ALSO
30
31
32 acosh(3), asinh(3), atanh(3),
33 cosh(3), tanh(3)
34 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.