File: hyperbolic_functions.rst

package info (click to toggle)
gcem 1.18.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 752 kB
  • sloc: cpp: 5,162; makefile: 276; python: 24
file content (46 lines) | stat: -rw-r--r-- 862 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.. Copyright (c) 2016-2024 Keith O'Hara

   Distributed under the terms of the Apache License, Version 2.0.

   The full license is in the file LICENSE, distributed with this software.

Hyperbolic functions
====================

**Table of contents**

.. contents:: :local:

----

Hyperbolic functions
--------------------

.. _cosh-function-reference:
.. doxygenfunction:: cosh(const T)
   :project: gcem

.. _sinh-function-reference:
.. doxygenfunction:: sinh(const T)
   :project: gcem

.. _tanh-function-reference:
.. doxygenfunction:: tanh(const T)
   :project: gcem

----

Inverse hyperbolic functions
----------------------------

.. _acosh-func-ref:
.. doxygenfunction:: acosh(const T)
   :project: gcem

.. _asinh-func-ref:
.. doxygenfunction:: asinh(const T)
   :project: gcem

.. _atanh-func-ref:
.. doxygenfunction:: atanh(const T)
   :project: gcem