TOpenCLValue Tan(TOpenCLValue X)
Tangens.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLValue | source TOpenCLValue |
Returns: TOpenCLValue
Remarks:
Calculate the tangens of X.
Examples
clValue a;
clValue b;
b.Copy(4);
a.Tan(b);
See Also: clValue.ArcTan, clValue.ArcTan2