1
0
mirror of https://github.com/php/doc-de.git synced 2026-04-26 00:18:07 +02:00
Files
archived-doc-de/reference/math/functions/sinh.xml
T
Oliver Albers 615f5adad2 In den mathematischen Funktionen gewildert
git-svn-id: https://svn.php.net/repository/phpdoc/de/trunk@192565 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-05 23:20:47 +00:00

50 lines
1.3 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- splitted from ./en/functions/math.xml, last change in rev 1.57 -->
<!-- EN-Revision: 1.3 Maintainer: simp Status: ready -->
<refentry id="function.sinh">
<refnamediv>
<refname>sinh</refname>
<refpurpose>Hyperbolischer Sinus</refpurpose>
</refnamediv>
<refsect1>
<title>Beschreibung</title>
<methodsynopsis>
<type>float</type><methodname>sinh</methodname>
<methodparam><type>float</type><parameter>arg</parameter></methodparam>
</methodsynopsis>
<para>
Gibt den hyperbolischen Sinus von <parameter>arg</parameter> zurück,
definiert als <literal>(exp(arg) - exp(-arg))/2</literal>.
</para>
<para>
Siehe auch:
<function>sin</function>,
<function>asinh</function>,
<function>cos</function>, und
<function>tan</function>.
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->