Help Center

CComplex.CLog10method

Returns the complex base-10 logarithm of this complex number.

Numeric DatatypesmethodCComplex.incdocumented

Syntax

FUNCTION CLog10 () AS CComplex

Description

Returns the complex base-10 logarithm of this complex number.

Example

DIM cpx AS CComplex = CComplex(1, 1) PRINT cpx.CLog10 Output: 0.1505149978319906 +0.3410940884604603 * i

Reference

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