MathExt: Sinh

Sinh

Returns the hyberbolic sine of the specified angle.



 Public Function Sinh(
	  ByVal d As Double ) As Double

Parameters

d
[ByVal] Double. An angle in radians.

Return Values

Double -  The hyberbolic sine.

Remarks

See Also

Project VBCorLib Overview Class MathExt Overview MathExt Properties MathExt Methods rshift Tanh