Help Center

CCscfunction

Returns the complex cosecant of this complex number.

Numeric DatatypesfunctionAfxComplex.incdocumented

Syntax

FUNCTION CCsc (BYREF value AS _complex) AS _complex

Description

Returns the complex cosecant of a complex number.

Example

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

Reference

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