Version

UltraCalcFunctionSinh Class

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

SINH(value)

Value is an angle measured in radians for which you want to calculate the hyperbolic sine. If your angle is measured in degrees, multiply it by PI()/180 to convert into radians.

Many applications in mathematics and physics, for example determining the gravitational potential of a cylinder, make use of the hyperbolic sine function's characteristics.

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