TOpenCLValue Sec(TOpenCLValue X)
Secant.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLValue | source TOpenCLValue |
Returns: TOpenCLValue
Remarks:
Calculate the secant of X.
Examples
clValue a;
clValue b;
b.Copy(4);
a.Sec(b);
See Also: clValue.ArcSec, clValue.Csc