Sinus hyperbolicus
x= Sinh[x] //N (* Kurvenverlauf *) Plot[Sinh[x], {x,-5,5}]
Cosinus hyperbolicus
x= Cosh[x] //N (* Kurvenverlauf *) Plot[Cosh[x], {x,-5,5}]
Tangens hyperbolicus
x:= Tanh[x] //N (* Kurvenverlauf *) Plot[Tanh[x], {x,-5,5}]
Kotangens hyberbolicus
x:= Coth[x] //N (* Kurvenverlauf *) Plot[Coth[x],{x,-5,5}]