\[(e^{a} - 1)^* \cdot \cot a\]
Test:
(* (expm1 a) (cotan a))
Bits:
128 bits
Bits error versus a
Bits error versus b
Time: 5.4 s
Input Error: 0.2
Output Error: 0.3
Log:
Profile: 🕒
\(\sqrt[3]{{\left((e^{a} - 1)^* \cdot \cot a\right)}^3}\)
  1. Started with
    \[(e^{a} - 1)^* \cdot \cot a\]
    0.2
  2. Using strategy rm
    0.2
  3. Applied add-cbrt-cube to get
    \[\color{red}{(e^{a} - 1)^* \cdot \cot a} \leadsto \color{blue}{\sqrt[3]{{\left((e^{a} - 1)^* \cdot \cot a\right)}^3}}\]
    0.3

Original test:


(lambda ((a default) (b default))
  #:name "(* (expm1 a) (cotan a))"
  (* (expm1 a) (cotan a)))