You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > clVector Structure > clVector Methods > Csc Method > clVector.Csc Method ()
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
clVector.Csc Method ()

Cosecant.

Syntax
C#
Visual Basic
public TOpenCLMtxVec Csc();

Calculate the cosecant of all caling object elements in-place.

var a: clVector; begin a.CopyFromArray(TSingleArray.Create(1,-2,3,4)); // a = [1-2i, 3+4i] a.Csc; // Computes complex cosecant end;
Copyright (c) 1999-2022 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!