Version

UltraCalcFunctionACosh Class

Returns the angle (measured in radians) having the specified value of it's hyperbolic cosine function.
Syntax
'Declaration
 
Public Class UltraCalcFunctionACosh 
   Inherits BuiltInFunctionBase
public class UltraCalcFunctionACosh : BuiltInFunctionBase 
Remarks

ACOSH(value)

Value is the hyperbolic cosine of some angle (measured in radians) that you want to find. As you might expect, the values of the hyperbolic cosine function (see the COSH function) increase at a hyperbolic rate, but one consequence is that these ever larger changes in the hyperbolic cosine will correspond to ever smaller changes in the angle. This relationship is intrinsic to many of the mathematical and engineering applications of the inverse hyperbolic cosine function, such as when resistance or strain builds up on a body increasingly as it is rotated (hysteresis).

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