tuple_tantuple_tanTupleTanTupleTan (Operator)

Name

tuple_tantuple_tanTupleTanTupleTan — Compute the tangent of a tuple.

Signature

tuple_tan( : : T : Tan)

Herror tuple_tan(double T, double* Tan)

Herror T_tuple_tan(const Htuple T, Htuple* Tan)

void TupleTan(const HTuple& T, HTuple* Tan)

HTuple HTuple::TupleTan() const

static void HOperatorSet.TupleTan(HTuple t, out HTuple tan)

HTuple HTuple.TupleTan()

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

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

Module

Foundation