tuple_sintuple_sinTupleSinTupleSin (Operator)

Name

tuple_sintuple_sinTupleSinTupleSin — Compute the sine of a tuple.

Signature

tuple_sin( : : T : Sin)

Herror tuple_sin(double T, double* Sin)

Herror T_tuple_sin(const Htuple T, Htuple* Sin)

void TupleSin(const HTuple& T, HTuple* Sin)

HTuple HTuple::TupleSin() const

static void HOperatorSet.TupleSin(HTuple t, out HTuple sin)

HTuple HTuple.TupleSin()

Description

tuple_sintuple_sinTupleSinTupleSinTupleSin computes the sine of the input tuple TTTTt. The sine is always returned as a floating point number in SinSinSinSinsin. The angles in TTTTt are represented in radians. The sine 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_sintuple_sinTupleSinTupleSinTupleSin, which can be used in an expression in the following syntax:

Sin := sin(T)

Execution Information

Parameters

TTTTt (input_control)  angle.rad(-array) HTupleHTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)

Input tuple.

SinSinSinSinsin (output_control)  number(-array) HTupleHTupleHtuple (real) (double) (double) (double)

Sine of the input tuple.

Alternatives

tuple_costuple_cosTupleCosTupleCosTupleCos, tuple_tantuple_tanTupleTanTupleTanTupleTan

See also

tuple_asintuple_asinTupleAsinTupleAsinTupleAsin, tuple_sinhtuple_sinhTupleSinhTupleSinhTupleSinh

Module

Foundation