ADELIA |
VADELIA |
SADELIA |
WADELIA |
EADELIA |
(I/B) |
(I/B) |
(B) |
(I/B) |
(B) |
Description
This predefined function is used to calculate the hyperbolic sine of a number.
Syntax
Result = &HYP_SINE(Number)
Parameters
Description |
Contents |
Controls |
|
Result |
Numeric variable with decimals. |
Hyperbolic sine of the number set as a parameter. |
|
Number |
Numeric-type constant or variable with decimals. |
Number whose hyperbolic sine is to be calculated. |
Mandatory parameter. |
Example
NUMBER = 5
RESULT = &HYP_SINE(NUMBER)
*
* The RESULT is equal to: 74.203211
List of predefined functions by topic