VB.NET Language in a Nutshell
| Tanh Function |
Class
System.Math
Syntax
Math.Tanh( number )
- number (required; Double or numeric expression)
-
An angle in radians
Return Value
A Double denoting the hyperbolic tangent of the angle
Description
Returns the hyperbolic tangent of an angle
Rules at a Glance
This is a Shared member, so it can be used without creating any objects.
VB.NET/VB 6 Differences
Tanh is new to the .NET Framework.
See Also
Cosh Function, Sinh Function