Help Center

CComplex.CTanmethod

Returns the complex tangent of this complex number.

Numeric DatatypesmethodCComplex.incdocumented

Syntax

FUNCTION CTan () AS CComplex

Description

Returns the complex tangent of this complex number.

Example

DIM cpx AS CComplex = CComplex(1, 1) PRINT cpx.CTan Output: 0.2717525853195117 +1.083923327338695 * i

Reference

  • Include file CComplex.inc
  • Defined in AfxNova/CComplex.inc:1308
  • Documented in Numeric Datatypes/CComplex Class.md
  • Topic: CComplex Class