\[2 \cdot \tan^{-1} \left(\sqrt{\frac{1 - x}{1 + x}}\right)\]
Test:
arccos
Bits:
128 bits
Bits error versus
x
Time:
5.8 s
Input Error:
0.0
Output Error:
0.0
Log:
⚲
Profile:
🕒
\(2 \cdot \tan^{-1} \left(\sqrt{(e^{\log_* (1 + \frac{1 - x}{1 + x})} - 1)^*}\right)\)
Started with
\[2 \cdot \tan^{-1} \left(\sqrt{\frac{1 - x}{1 + x}}\right)\]
0.0
Using strategy
rm
0.0
Applied
expm1-log1p-u
to get
\[2 \cdot \tan^{-1} \left(\sqrt{\color{red}{\frac{1 - x}{1 + x}}}\right) \leadsto 2 \cdot \tan^{-1} \left(\sqrt{\color{blue}{(e^{\log_* (1 + \frac{1 - x}{1 + x})} - 1)^*}}\right)\]
0.0
Removed slow pow expressions
Original test:
(lambda ((x default)) #:name "arccos" (* 2 (atan (sqrt (/ (- 1 x) (+ 1 x))))))