tuple_cos ( : : T : Cos )

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.


Parameters

T (input_control)
number(-array) -> real / integer
Input tuple.

Cos (output_control)
number(-array) -> real
Cosine of the input tuple.


Parallelization Information

tuple_cos is reentrant and processed without parallelization.


Alternatives

tuple_sin, tuple_tan


See also

tuple_acos


Module

Foundation



Copyright © 1996-2008 MVTec Software GmbH