CACotHfunction
Returns the complex hyperbolic arccotangent of a complex number.
Syntax
FUNCTION CACotH (BYREF value AS _complex) AS _complex
Also documented as
CArcCotH — one description covers them all.Description
Returns the complex hyperbolic arccotangent of a complex number.
Example
DIM c AS _complex = (1, 1) print CStr(CArcCotH(c)) Output: 0.4023594781085251 -0.5535743588970452 * i
Reference
- Include file
AfxComplex.inc - Defined in AfxNova/AfxComplex.inc:1427
- Documented in Numeric Datatypes/Complex Numbers Procedures.md
- Topic: Complex Numbers Procedures