RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarCmplx.VarComplexArcCscH Function

Returns the hyperbolic inverse cosecant of a complex number.

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

VarComplexArcCsc computes the hyperbolic inverse cosecant of a complex number and returns the result. 

AValue is a Variant whose value represents the complex number. 

VarComplexArcCsc returns a Variant whose value is the hyperbolic inverse cosecant of AValue. 

 

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