Function that performs the tangent of a specified value.
Syntax |
real tan (real value) |
---|---|
value |
Tangent argument. NOTE: value must be in radians. |
Result |
Makes the tangent of value |
Validity |
Rule, Task |
Note |
If the argument is equal to K_PIMEZZI or -K_PIMEZZI, the result will be ± 1E308 and an error report will not be issued |