To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
HTBasic Example Programs
tanh EXAMPLE
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
tanh Example
10 CLEAR SCREEN
20 PRINT "The TANH of 80 is:";TANH(80) !Returns the hyperbolic tangent of 80.
30 END