TOpenCLValue.Csc Method

function Csc(const X: TOpenCLValue): TOpenCLValue;

Cosecant.

#NameTypeDescription
1XTOpenCLValue

Returns: TOpenCLValue

Remarks:

Calculate the cosecant of X.

Examples
var a,b: clValue;
begin
    b.Copy(4);
    a.Csc(b);
end;
See Also: TOpenCLValue.ArcCsc, TOpenCLValue.Sec