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