cmath.acos(x)
Return the arc cosine of x. There are two branch cuts: One extends right from 1 along the real axis to โ, continuous from below. The other extends left from -1 along the real axis to -โ, continuous from above.
cmath.acos(x)
Return the arc cosine of x. There are two branch cuts: One extends right from 1 along the real axis to โ, continuous from below. The other extends left from -1 along the real axis to -โ, continuous from above.
Please login to continue.