SINHD |
Top Previous Next |
Syntax DOUBLE = SINHD(num as DOUBLE) Description Calculates the hyperbolic sine of an angle. Parameters num - The angle in degrees to calculate the hyperbolic sine. Return value The hyperbolic sine of the angle num. Remarks Example usage PRINT SINHD(42.0) |