FCOSH |
Top Previous Next |
Syntax FLOAT = FCOSH(num as FLOAT) 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 num. Remarks Uses FLOAT parameter and return for time critical applications. Example usage PRINT FCOSH(1.112) |