Calculates the cosine of input.
1 – Input
A signed decimal number (radians).
2 – Output
A signed decimal number of type G-floating.
3 – Example
DTR> PRINT FN$COS (3.14159) using s9.999 FN$COS -1.000 DTR>