Manuals/calci/SINH

From ZCubes Wiki
Revision as of 07:35, 4 November 2013 by Abin (talk | contribs) (→‎References)
Jump to navigation Jump to search
SINH(z)


  • where z is any real number

Description

Consider     x = -0.8    then     =ATAN(0.8)    gives    0.67474094

  • This function gives the hyperbolic sin of 'z'.
  • Also it is called as circular function.
  • Here SINH=(e^z-e^-z)/2 or -iSIN iz, where 'i' is the imginary unit and i=sqrt(-1).
  • Also relation between hyperbolic & trigonometric function is sin(iz)=isinhz & sinh(iz)= isinz
  • SINH(-Z)=-SINHZ


Examples

SINH(z)

  • z is any real number.
SINH(z) Value(Radian)
SINH(0) 0
SINH(10)) 11013.23287
SINH(-3)) -10.0178749274099

See Also

References