Compute the cosine of a tuple.
tuple_cos computes the cosine of the input tuple T. The cosine is always returned as a floating point number. The cosine of a string is not allowed.
|
T (input_control) |
number(-array) -> real / integer |
| Input tuple. | |
|
Cos (output_control) |
number(-array) -> real |
| Cosine of the input tuple. | |
tuple_cos is reentrant and processed without parallelization.
Foundation