tanh Example
10 CLEAR SCREEN
20 PRINT "The TANH of 80 is:";TANH(80) !Returns the hyperbolic tangent of 80.
30 END