CorMath: Cosh

Cosh

Returns the hyperbolic cosine of the specified angle.



 Public Function Cosh(
	  ByVal d As Double ) As Double

Parameters

d
[ByVal] Double. An angle in radians.

Return Values

Double -  The hyberbolic cosine.

See Also

Project CorLib Overview

Class CorMath Overview