Next: 8-22, Previous: 8-20, Up: 8
sinh x = (e^x - e^-x)/2, cosh x = (e^x + e^-x)/2, tanh x = sinh x/cosh x = (e^x - e^-x)/(e^x + e^-x)
`e' は自然対数の底。