tuple_sintuple_sinTupleSinTupleSin (Operator)
Name
tuple_sintuple_sinTupleSinTupleSin
— Compute the sine of a tuple.
Signature
Herror tuple_sin(double T, double* Sin)
Herror T_tuple_sin(const Htuple T, Htuple* Sin)
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
- 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.
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