RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarCmplx.VarComplexArcSecH Function

Returns the hyperbolic inverse secant of a complex number.

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

VarComplexArcSec computes the hyperbolic inverse secant of a complex number and returns the result. 

AValue is a Variant whose value represents the complex number. 

VarComplexArcSec returns a Variant whose value is the hyperbolic inverse secant of AValue. 

 

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