Penguin
Annotated edit history of tanh(3) version 1 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 perry 1 TANH
2 !!!TANH
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 CONFORMING TO
7 SEE ALSO
8 ----
9 !!NAME
10
11
12 tanh - hyperbolic tangent function
13 !!SYNOPSIS
14
15
16 __#include
17 __ ''x''__);
18 __
19 !!DESCRIPTION
20
21
22 The __tanh()__ function returns the hyperbolic tangent of
23 ''x'', which is defined mathematically as sinh(x) /
24 cosh(x).
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), sinh(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.