ID EN
Complex Math

acos

Python 3.11

Return the arc cosine of x. There are two branch cuts: One extends right from 1 along the real axis to ∞. The other extends left from -1 along the real axis to -∞.

Syntax

PYTHON
cmath.acos(x)