Help Center

CComplex.CASecRealmethod

Returns the complex arcsecant of a real number.

Numeric DatatypesmethodCComplex.incdocumented

Syntax

FUNCTION CASecReal (BYVAL value AS DOUBLE) AS CComplex
Also documented as CArcSecReal — one description covers them all.

Parameters

NameDescription
valueA double value representing the real part of a complex number.

Description

Returns the complex arcsecant of a real number.

Example

DIM cpx AS CComplex print cpx.CArcSecReal(1.1) Output: 0.4296996661514246 0 * i

Reference

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