VB.NET Language in a Nutshell
| Cosh Function |
Class
System.Math
Syntax
Math.Cosh( value )
- value (required; Double or numeric expression)
-
An angle in radians
Return Value
A Double denoting the hyperbolic cosine of the angle
Description
Returns the hyperbolic cosine of an angle
Rules at a Glance
This is a Shared member, so it can be used without creating any objects.
VB.NET/VB 6 Differences
The Cosh function is new to the .NET platform; it did not exist in VB 6.
See Also
Cos Function, Sinh Function, Tanh Function