Penguin
Annotated edit history of acosh(3) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 ACOSH
2 !!!ACOSH
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 ERRORS
7 CONFORMING TO
8 SEE ALSO
9 ----
10 !!NAME
11
12
13 acosh - inverse hyperbolic cosine function
14 !!SYNOPSIS
15
16
17 __#include
18 __ x__);
19 __
20 !!DESCRIPTION
21
22
23 The __acosh()__ function calculates the inverse
24 hyperbolic cosine of ''x''; that is the value whose
25 hyperbolic cosine is ''x''. If ''x'' is less than 1.0,
26 __acosh()__ returns not-a-number (NaN) and ''errno''
27 is set.
28 !!ERRORS
29
30
31 __EDOM__
32
33
34 ''x'' is out of range.
35 !!CONFORMING TO
36
37
38 SVID 3, POSIX, BSD 4.3, ISO 9899
39 !!SEE ALSO
40
41
42 asinh(3), atanh(3), cosh(3),
43 sinh(3), tanh(3)
44 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.