rename upstream-man-pages to upstream-doc
[clinton/guile-figl.git] / upstream-doc / manglsl / sinh.xml
CommitLineData
7faf1d71
AW
1<?xml version="1.0" encoding="UTF-8"?>\r
2<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook MathML Module V1.1b1//EN"\r
3 "http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd">\r
4<refentry id="radians">\r
5 <refmeta>\r
6 <refmetainfo>\r
7 <copyright>\r
8 <year>2011</year>\r
9 <holder>Khronos Group</holder>\r
10 </copyright>\r
11 </refmetainfo>\r
12 <refentrytitle>sinh</refentrytitle>\r
13 <manvolnum>3G</manvolnum>\r
14 </refmeta>\r
15 <refnamediv>\r
16 <refname>sinh</refname>\r
17 <refpurpose>return the hyperbolic sine of the parameter</refpurpose>\r
18 </refnamediv>\r
19 <refsynopsisdiv><title>Declaration</title>\r
20 <funcsynopsis>\r
21 <funcprototype>\r
22 <funcdef>genType <function>sinh</function></funcdef>\r
23 <paramdef>genType <parameter>x</parameter></paramdef>\r
24 </funcprototype>\r
25 </funcsynopsis>\r
26 </refsynopsisdiv>\r
27 <refsect1 id="parameters"><title>Parameters</title>\r
28 <variablelist>\r
29 <varlistentry>\r
30 <term><parameter>x</parameter></term>\r
31 <listitem>\r
32 <para>\r
33 Specify the value whose hyperbolic sine to return.\r
34 </para>\r
35 </listitem>\r
36 </varlistentry>\r
37 </variablelist>\r
38 </refsect1>\r
39 <refsect1 id="description"><title>Description</title>\r
40 <para>\r
41 <function>sinh</function> returns the hyperbolic sine of\r
42 <inlineequation><mml:math><mml:mi mathvariant="italic">x</mml:mi></mml:math></inlineequation>.\r
43 The hyperbolic sine of <inlineequation><mml:math><mml:mi mathvariant="italic">x</mml:mi></mml:math></inlineequation>\r
44 is computed as\r
45 <inlineequation><mml:math>\r
46 <mml:mrow>\r
47 <mml:mfrac>\r
48 <mml:mrow>\r
49 <mml:msup>\r
50 <mml:mi>e</mml:mi>\r
51 <mml:mi>x</mml:mi>\r
52 </mml:msup>\r
53 <mml:mo>&minus;</mml:mo>\r
54 <mml:msup>\r
55 <mml:mi>e</mml:mi>\r
56 <mml:mrow>\r
57 <mml:mo>&minus;</mml:mo>\r
58 <mml:mi>x</mml:mi>\r
59 </mml:mrow>\r
60 </mml:msup>\r
61 </mml:mrow>\r
62 <mml:mn>2</mml:mn>\r
63 </mml:mfrac>\r
64 </mml:mrow>\r
65 </mml:math></inlineequation>.\r
66 </para>\r
67 </refsect1>\r
68 <refsect1 id="versions"><title>Version Support</title>\r
69 <informaltable frame="topbot">\r
70 #VARTABLECOLS#\r
71 <thead>\r
72 #FUNCTABLEHEADER#\r
73 <row>\r
74 <entry>sinh</entry>#newin13#\r
75 </row>\r
76 </thead>\r
77 </tgroup>\r
78 </informaltable>\r
79 </refsect1>\r
80 <refsect1 id="seealso"><title>See Also</title>\r
81 <para>\r
82 <citerefentry><refentrytitle>sin</refentrytitle></citerefentry>,\r
83 <citerefentry><refentrytitle>cos</refentrytitle></citerefentry>,\r
84 <citerefentry><refentrytitle>cosh</refentrytitle></citerefentry>\r
85 </para>\r
86 </refsect1>\r
87 <refsect1 id="Copyright"><title>Copyright</title>\r
88 <para>\r
89 Copyright <trademark class="copyright"></trademark> 2011 Khronos Group. \r
90 This material may be distributed subject to the terms and conditions set forth in \r
91 the Open Publication License, v 1.0, 8 June 1999.\r
92 <ulink url="http://opencontent.org/openpub/">http://opencontent.org/openpub/</ulink>.\r
93 </para>\r
94 </refsect1>\r
95</refentry>\r