RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarCmplx.VarComplexSecH Function

Returns the hyperbolic secant of a complex number.

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

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

AValue is a Variant whose value represents the complex number. 

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

 

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