CASecHfunction
Returns the complex hyperbolic arcsecant of a complex number.
Syntax
FUNCTION CASecH (BYREF value AS _complex) AS _complex
Also documented as
CArcSecH — one description covers them all.Description
Returns the complex hyperbolic arcsecant of a complex number.
Example
DIM z AS _complex = (1, 1) z = CArcSecH(z) PRINT CStr(z) Output: 0.5306375309525178 -1.118517879643706 * i
Reference
- Include file
AfxComplex.inc - Defined in AfxNova/AfxComplex.inc:1355
- Documented in Numeric Datatypes/Complex Numbers Procedures.md
- Topic: Complex Numbers Procedures