Tanh()

Math::Tanh(double) method

Calculates the hyperbolic tangen of the specified value.

static double System::Math::Tanh(double value)

Arguments

ParameterTypeDescription
valuedoubleThe value to calculate the hyperbolic tangen of

Return Value

The hyperbolic tangen of value

See Also