Difference between revisions of "Manuals/calci/COSH"

From ZCubes Wiki
Jump to navigation Jump to search
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<div style="font-size:30px">'''COSH(z)'''</div><br/>
+
<div style="font-size:30px">'''COSH(Number)'''</div><br/>
* where z is any real number
+
* Number is any real number.
 +
**COSH() returns the hyperbolic cosine of a number.
 +
 
 
==Description==
 
==Description==
  
 
*This function gives the hyperbolic Cos of 'z'.
 
*This function gives the hyperbolic Cos of 'z'.
 
*Also it is called as Circular function.
 
*Also it is called as Circular function.
* Here <math>COSH=\frac{e^z+e^{-z}}{2}</math> or <math>-COS(iz)</math>, where <math>i</math> is the imaginary unit and <math>i=\sqrt{-1}</math>
+
* Here <math>COSH(z)=\frac{e^z+e^{-z}}{2}</math> or <math>COS(iz)</math>, where <math>i</math> is the imaginary unit and <math>i=\sqrt{-1}</math>
*Also relation between Hyperbolic & Trigonometric function is <math>Cos(iz)=Cos(hz)</math> & <math>Cosh(iz)= Cos(z)</math>
+
*Also relation between Hyperbolic & Trigonometric function is <math>Cos(iz)=Cosh(z)</math> & <math>Cosh(iz)= Cos(z)</math>
*COSH(-z)=COSH(z)
+
*COSH(-z) = COSH(z)
  
 
== Examples ==
 
== Examples ==
Line 17: Line 19:
 
|- class="even"
 
|- class="even"
 
|'''COSH(z)'''
 
|'''COSH(z)'''
|'''Value(Radian)'''
+
|'''Value'''
  
 
|- class="odd"
 
|- class="odd"
Line 29: Line 31:
 
|- class="odd"
 
|- class="odd"
 
| COSH(7)
 
| COSH(7)
| COSH(7)=548.3170352
+
| 548.3170352
 
|}
 
|}
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|Wfpb-fniSSk|280|center|Hyperbolic COS}}
  
 
==See Also==
 
==See Also==
Line 44: 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 17: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

Hyperbolic COS

See Also

References