clValue.Sec Method

function Sec(const X: TOpenCLValue): TOpenCLValue;

Secant.

#NameTypeDescription
1XTOpenCLValue

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