Name
tuple_sintuple_sinTupleSinTupleSin — Compute the sine of a tuple.
Herror tuple_sin(double T, double* Sin)
Herror T_tuple_sin(const Htuple T, Htuple* Sin)
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)
- Multithreading type: independent (runs in parallel even with exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
TTTTt (input_control) angle.rad(-array) → HTupleHTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)
Input tuple.
tuple_costuple_cosTupleCosTupleCosTupleCos,
tuple_tantuple_tanTupleTanTupleTanTupleTan
tuple_asintuple_asinTupleAsinTupleAsinTupleAsin,
tuple_sinhtuple_sinhTupleSinhTupleSinhTupleSinh
Foundation