Sinus hyperbolicus
a:= ; evalf(sinh(a)); # (* Kurvenverlauf *) plot(sinh(x),x=-5..5);
Cosinus hyperbolicus
a:= ; cosh(a) ; # (* Kurvenverlauf *) plot(cosh(x),x=-5..5);
Tangens hyperbolicus
a:= ; tanh(a) ; # (* Kurvenverlauf *) plot(tanh(x),x=-5..5);
Kotangens hyberbolicus
a:= ; coth(a) ; # (* Kurvenverlauf *) plot(coth(x),x=-15..15);