Name
tuple_tantuple_tanTupleTanTupleTan — Compute the tangent of a tuple.
Herror tuple_tan(double T, double* Tan)
Herror T_tuple_tan(const Htuple T, Htuple* Tan)
 
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)
  - 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.
 
  
Tangent of the input tuple.
 
tuple_sintuple_sinTupleSinTupleSinTupleSin, 
tuple_costuple_cosTupleCosTupleCosTupleCos
tuple_atantuple_atanTupleAtanTupleAtanTupleAtan, 
tuple_atan2tuple_atan2TupleAtan2TupleAtan2TupleAtan2, 
tuple_tanhtuple_tanhTupleTanhTupleTanhTupleTanh
Foundation