COSH |
Top Previous Next |
Syntax DOUBLE = COSH(num as DOUBLE) Description Calculates the hyperbolic cosine of an angle. Parameters num - The angle in radians to calculate the hyperbolic cosine Return value The hyperbolic cosine of the angle. Remarks Example usage PRINT COSH(1.112) |