sinh()

Returns the hyperbolic sine as an integer, real or complex number

Syntax
sinh(x)

Name Description Range Type Required
x integer, real, or complex number (-∞, ∞) integer, real, complex yes

Examples

sinhV = sinh(0.8)
returns 0.888
sinhV = sinh(-0.5)
returns -0.521
sinhCV = sinh(0.8+j*0.5)
returns 1.238/29.037

See Also

cosh(), tanh()

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources