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