Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))

Tanh Function

Class

System.Math

Syntax

Dim result As Double = Math.Tanh(value)

value (required; Double)

An angle expressed in radians

Description

The Tanh function returns the hyperbolic tangent of an angle.

Usage at a Glance

This is a shared member of the System.Math class, so it can be used without an instance.

Version Differences

The Tanh function did not exist in VB 6.

See Also

Cosh Function, Sinh Function, Tan Function

Категории