Help Center

CComplex.CExpmethod

Returns the complex exponential of this complex number.

Numeric DatatypesmethodCComplex.incdocumented

Syntax

FUNCTION CExp () AS CComplex

Description

Returns the complex exponential of this complex number.

Example

DIM cpx AS CComplex = CComplex(1, 1) PRINT cpx.CExp Output: 1.468693939915885 +2.287355287178842 * i

Reference

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