RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarCmplx.VarComplexCscH Function

Returns the hyperbolic cosecant of a complex number.

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

VarCmplx

VarComplexCsc computes the hyperbolic 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 hyperbolic cosecant of AValue. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!