Help Center

CCotHfunction

Returns the complex hyperbolic cotangent of a complex number.

Numeric DatatypesfunctionAfxComplex.incdocumented

Syntax

FUNCTION CCotH (BYREF value AS _complex) AS _complex

Description

Returns the complex hyperbolic cotangent of a complex number.

Example

DIM z AS _complex = (1, 1) z = CCotH(z) PRINT CStr(z) Output: 0.8680141428959249 -0.2176215618544029 * i

Reference

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