CComplex.CASecRealmethod
Returns the complex arcsecant of a real number.
Syntax
FUNCTION CASecReal (BYVAL value AS DOUBLE) AS CComplex
Also documented as
CArcSecReal — one description covers them all.Parameters
| Name | Description | |
|---|---|---|
value | A 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