RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarCmplx.VarComplexCsc Function

Returns the cosecant of a complex number.

Pascal
function VarComplexCsc(const AValue: Variant): Variant;
C++
Variant VarComplexCsc(const Variant AValue);

VarComplexCsc computes the cosecant of a complex number and returns the result. 

AValue is a Variant whose value represents the complex number. 

VarComplexCsc returns a Variant whose value is the cosecant of AValue. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!