CComplex.CSecHmethod
Returns the complex hyperbolic secant of this complex number.
Syntax
FUNCTION CSecH () AS CComplex
Description
Returns the complex hyperbolic secant of this complex number.
Example
DIM cpx AS CComplex = CComplex(1, 1) PRINT cpx.CSecH Output: 0.4983370305551869 -0.591083841721045 * i
Reference
- Include file
CComplex.inc - Defined in AfxNova/CComplex.inc:1604
- Documented in Numeric Datatypes/CComplex Class.md
- Topic: CComplex Class