Version

UltraCalcFunctionATanh Class

Calculates the hyperbolic tangent of a specified angle measured in radians.
Syntax
'Declaration
 
Public Class UltraCalcFunctionATanh 
   Inherits BuiltInFunctionBase
public class UltraCalcFunctionATanh : BuiltInFunctionBase 
Remarks

TANH(value)

Value is an angle measured in radians for which you want to calculate the hyperbolic tangent. If your angle is measured in degrees, multiply it by PI()/180 to convert into radians. The hyperbolic tangent has a range from -1 to 1.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also