Herror ::tuple_cos (
    const HTuple &T,
    double *Cos
)
Herror ::tuple_cos (
    const HTuple &T,
    HTuple *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) -> HTuple.double / long
Input tuple.

Cos (output_control)
number(-array) -> (HTuple.) double *
Cosine of the input tuple.


Alternatives

::tuple_sin, ::tuple_tan


See also

::tuple_acos


Module

Operators not requiring licensing



Copyright © 1996-2002 MVTec Software GmbH