clValue.Sec Method

TOpenCLValue Sec(TOpenCLValue X)

Secant.

#NameTypeDescription
1XTOpenCLValuesource 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