Help Center

CSecHfunction

Returns the complex hyperbolic secant of a complex number.

Numeric DatatypesfunctionAfxComplex.incdocumented

Syntax

FUNCTION CSecH (BYREF value AS _complex) AS _complex

Description

Returns the complex hyperbolic secant of a complex number.

Example

DIM z AS _complex = (1, 1) z = CSecH(z) PRINT CStr(z) Output: 0.4983370305551869 -0.591083841721045 * i

Reference

  • Include file AfxComplex.inc
  • Defined in AfxNova/AfxComplex.inc:1234
  • Documented in Numeric Datatypes/Complex Numbers Procedures.md
  • Topic: Complex Numbers Procedures