SINH |
Top Previous Next |
Syntax DOUBLE = SINH(num as DOUBLE) Description Calculates the hyperbolic sine of an angle. Parameters num - The angle in radians to calculate the hyperbolic sine. Return value The hyperbolic sine of the angle num. Remarks See Also: FSINH, SINHD, FSINHD Example usage PRINT SINH(1.223) |