include more low-level bindings
[clinton/guile-figl.git] / upstream-man-pages / manglsl / acosh.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook MathML Module V1.1b1//EN"
3 "http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd">
4 <refentry id="acosh">
5 <refmeta>
6 <refmetainfo>
7 <copyright>
8 <year>2011</year>
9 <holder>Khronos Group</holder>
10 </copyright>
11 </refmetainfo>
12 <refentrytitle>acosh</refentrytitle>
13 <manvolnum>3G</manvolnum>
14 </refmeta>
15 <refnamediv>
16 <refname>acosh</refname>
17 <refpurpose>return the arc hyperbolic cosine of the parameter</refpurpose>
18 </refnamediv>
19 <refsynopsisdiv><title>Declaration</title>
20 <funcsynopsis>
21 <funcprototype>
22 <funcdef>genType <function>acosh</function></funcdef>
23 <paramdef>genType <parameter>x</parameter></paramdef>
24 </funcprototype>
25 </funcsynopsis>
26 </refsynopsisdiv>
27 <refsect1 id="parameters"><title>Parameters</title>
28 <variablelist>
29 <varlistentry>
30 <term><parameter>x</parameter></term>
31 <listitem>
32 <para>
33 Specify the value whose arc hyperbolic cosine to return.
34 </para>
35 </listitem>
36 </varlistentry>
37 </variablelist>
38 </refsect1>
39 <refsect1 id="description"><title>Description</title>
40 <para>
41 <function>acosh</function> returns the arc hyperbolic cosine of
42 <inlineequation><mml:math><mml:mi mathvariant="italic">x</mml:mi></mml:math></inlineequation>;
43 the non-negative inverse of <citerefentry><refentrytitle>cosh</refentrytitle></citerefentry>. Results
44 are undefined if <inlineequation><mml:math><mml:apply><mml:lt /><mml:mi mathvariant="italic">x</mml:mi><mml:mn>1</mml:mn></mml:apply></mml:math></inlineequation>.
45 </para>
46 </refsect1>
47 <refsect1 id="versions"><title>Version Support</title>
48 <informaltable frame="topbot">
49 #VARTABLECOLS#
50 <thead>
51 #FUNCTABLEHEADER#
52 <row>
53 <entry>acosh</entry>#newin13#
54 </row>
55 </thead>
56 </tgroup>
57 </informaltable>
58 </refsect1>
59 <refsect1 id="seealso"><title>See Also</title>
60 <para>
61 <citerefentry><refentrytitle>sin</refentrytitle></citerefentry>,
62 <citerefentry><refentrytitle>cos</refentrytitle></citerefentry>,
63 <citerefentry><refentrytitle>sinh</refentrytitle></citerefentry>,
64 <citerefentry><refentrytitle>cosh</refentrytitle></citerefentry>
65 </para>
66 </refsect1>
67 <refsect1 id="Copyright"><title>Copyright</title>
68 <para>
69 Copyright <trademark class="copyright"></trademark> 2011 Khronos Group.
70 This material may be distributed subject to the terms and conditions set forth in
71 the Open Publication License, v 1.0, 8 June 1999.
72 <ulink url="http://opencontent.org/openpub/">http://opencontent.org/openpub/</ulink>.
73 </para>
74 </refsect1>
75 </refentry>