Difference between revisions of "Manuals/calci/COSH"
Jump to navigation
Jump to search
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
| − | <div style="font-size:30px">'''COSH( | + | <div style="font-size:30px">'''COSH(Number)'''</div><br/> |
| − | * | + | * Number is any real number. |
| + | **COSH() returns the hyperbolic cosine of a number. | ||
| + | |||
==Description== | ==Description== | ||
| Line 48: | Line 50: | ||
*[http://en.wikipedia.org/wiki/Trigonometric_functions List of Trigonometric Functions] | *[http://en.wikipedia.org/wiki/Trigonometric_functions List of Trigonometric Functions] | ||
*[http://en.wikipedia.org/wiki/Hyperbolic_function Hyperbolic Function] | *[http://en.wikipedia.org/wiki/Hyperbolic_function Hyperbolic Function] | ||
| + | |||
| + | |||
| + | |||
| + | *[[Z_API_Functions | List of Main Z Functions]] | ||
| + | |||
| + | *[[ Z3 | Z3 home ]] | ||
Latest revision as of 16:26, 18 June 2018
COSH(Number)
- Number is any real number.
- COSH() returns the hyperbolic cosine of a number.
Description
- This function gives the hyperbolic Cos of 'z'.
- Also it is called as Circular function.
- Here or , where is the imaginary unit and
- Also relation between Hyperbolic & Trigonometric function is &
- COSH(-z) = COSH(z)
Examples
COSH(z)
- z is any real number.
| COSH(z) | Value |
| COSH(0) | 1 |
| COSH(10) | 11013.232920103319 |
| COSH(7) | 548.3170352 |
Related Videos
See Also
References