tuple_tantuple_tanTupleTanTupleTan (Operator)
Name
tuple_tantuple_tanTupleTanTupleTan
— Compute the tangent of a tuple.
Signature
Herror tuple_tan(double T, double* Tan)
Herror T_tuple_tan(const Htuple T, Htuple* Tan)
Description
tuple_tantuple_tanTupleTanTupleTanTupleTan
computes the tangent of the input tuple TTTTt
.
The tangent is always returned as a floating point number in TanTanTanTantan
.
The angles in TTTTt
are represented in radians. The
tangent of a string is not allowed.
Exception: Empty input tuple
If the input tuple is empty, the operator returns an empty tuple.
HDevelop In-line Operation
HDevelop provides an in-line operation for tuple_tantuple_tanTupleTanTupleTanTupleTan
,
which can be used in an expression in the following syntax:
Tan := tan(T)
Execution Information
- Multithreading type: independent (runs in parallel even with exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Parameters
TTTTt
(input_control) angle.rad(-array) →
HTupleHTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)
Input tuple.
TanTanTanTantan
(output_control) number(-array) →
HTupleHTupleHtuple (real) (double) (double) (double)
Tangent of the input tuple.
Alternatives
tuple_sintuple_sinTupleSinTupleSinTupleSin
,
tuple_costuple_cosTupleCosTupleCosTupleCos
See also
tuple_atantuple_atanTupleAtanTupleAtanTupleAtan
,
tuple_atan2tuple_atan2TupleAtan2TupleAtan2TupleAtan2
,
tuple_tanhtuple_tanhTupleTanhTupleTanhTupleTanh
,
tuple_atanhtuple_atanhTupleAtanhTupleAtanhTupleAtanh
Module
Foundation