ADELIA |
VADELIA |
SADELIA |
WADELIA |
EADELIA |
(I/B) |
(I/B) |
(B) |
(I/B) |
(B) |
Description
This predefined function is used to calculate the tangent of a number expressed in radians.
Syntax
Result = &TANGENT(Number)
Parameters
|
Description |
Contents |
Controls |
Result |
Numeric variable with decimals. |
Tangent for the number set as a parameter. |
|
Number |
Numeric constant or variable with decimals. |
Number (in radians) whose tangent is to be calculated. |
Mandatory parameter. |
Example
NUMBER = 5
TANGENT = &TANGENT(NUMBER)
*
* The TANGENT is equal to: - 3.380515
List of predefined functions by topic