Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 86c3d80c4d6e905f610c100030811165 > files > 47

mathomatic-14.5.5-1mdv2010.0.i586.rpm

; Definitions for hyperbolic trigonometry.
; Use m4 Mathomatic instead for easy entry of these hypertrig functions.

; sinh(x); hyperbolic sine of x
sinh=(e^x-e^-x)/2

; cosh(x); hyperbolic cosine of x
cosh=(e^x+e^-x)/2

; tanh(x); hyperbolic tangent of x
tanh=(e^x-e^-x)/(e^x+e^-x)

; coth(x); hyperbolic cotangent of x
coth=(e^x+e^-x)/(e^x-e^-x)

; sech(x); hyperbolic secant of x
sech=2/(e^x+e^-x)

; csch(x); hyperbolic cosecant of x
csch=2/(e^x-e^-x)