Help Center

CASecRealfunction

Returns the complex arcsecant of a real number.

Numeric DatatypesfunctionAfxComplex.incdocumented

Syntax

FUNCTION CASecReal (BYVAL value AS DOUBLE) AS _complex
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

print CStr(CArcSecReal(1.1)) Output: 0.4296996661514246 0 * i

Reference

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