Help Center

CCscHfunction

Returns the complex hyperbolic cosecant of a complex number.

Numeric DatatypesfunctionAfxComplex.incdocumented

Syntax

FUNCTION CCscH (BYREF value AS _complex) AS _complex

Description

Returns the complex hyperbolic cosecant of a complex number.

Example

DIM z AS _complex = (1, 1) z = CCscH(z) PRINT CStr(z) Output: 0.3039310016284265 -0.6215180171704285 * i

Reference

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