Average Error: 0.9 → 0.7
Time: 51.9s
Precision: 64
Internal Precision: 320
\[\frac{\tan^{-1}_* \frac{im}{re}}{\log 10}\]
\[\frac{\frac{\sqrt[3]{\tan^{-1}_* \frac{im}{re}}}{\frac{\sqrt{\log 10}}{\sqrt[3]{\tan^{-1}_* \frac{im}{re}}}} \cdot \sqrt[3]{\frac{\tan^{-1}_* \frac{im}{re}}{\sqrt{\log 10}}}}{\sqrt[3]{\sqrt{\log 10}} \cdot \sqrt[3]{\sqrt{\log 10}}}\]

Error

Bits error versus re

Bits error versus im

Try it out

Your Program's Arguments

Results

Enter valid numbers for all inputs

Derivation

  1. Initial program 0.9

    \[\frac{\tan^{-1}_* \frac{im}{re}}{\log 10}\]
  2. Using strategy rm
  3. Applied add-sqr-sqrt0.9

    \[\leadsto \frac{\tan^{-1}_* \frac{im}{re}}{\color{blue}{\sqrt{\log 10} \cdot \sqrt{\log 10}}}\]
  4. Applied *-un-lft-identity0.9

    \[\leadsto \frac{\color{blue}{1 \cdot \tan^{-1}_* \frac{im}{re}}}{\sqrt{\log 10} \cdot \sqrt{\log 10}}\]
  5. Applied times-frac0.8

    \[\leadsto \color{blue}{\frac{1}{\sqrt{\log 10}} \cdot \frac{\tan^{-1}_* \frac{im}{re}}{\sqrt{\log 10}}}\]
  6. Using strategy rm
  7. Applied add-cube-cbrt1.1

    \[\leadsto \frac{1}{\sqrt{\log 10}} \cdot \color{blue}{\left(\left(\sqrt[3]{\frac{\tan^{-1}_* \frac{im}{re}}{\sqrt{\log 10}}} \cdot \sqrt[3]{\frac{\tan^{-1}_* \frac{im}{re}}{\sqrt{\log 10}}}\right) \cdot \sqrt[3]{\frac{\tan^{-1}_* \frac{im}{re}}{\sqrt{\log 10}}}\right)}\]
  8. Using strategy rm
  9. Applied cbrt-div1.0

    \[\leadsto \frac{1}{\sqrt{\log 10}} \cdot \left(\left(\sqrt[3]{\frac{\tan^{-1}_* \frac{im}{re}}{\sqrt{\log 10}}} \cdot \sqrt[3]{\frac{\tan^{-1}_* \frac{im}{re}}{\sqrt{\log 10}}}\right) \cdot \color{blue}{\frac{\sqrt[3]{\tan^{-1}_* \frac{im}{re}}}{\sqrt[3]{\sqrt{\log 10}}}}\right)\]
  10. Applied cbrt-div1.0

    \[\leadsto \frac{1}{\sqrt{\log 10}} \cdot \left(\left(\sqrt[3]{\frac{\tan^{-1}_* \frac{im}{re}}{\sqrt{\log 10}}} \cdot \color{blue}{\frac{\sqrt[3]{\tan^{-1}_* \frac{im}{re}}}{\sqrt[3]{\sqrt{\log 10}}}}\right) \cdot \frac{\sqrt[3]{\tan^{-1}_* \frac{im}{re}}}{\sqrt[3]{\sqrt{\log 10}}}\right)\]
  11. Applied associate-*r/0.7

    \[\leadsto \frac{1}{\sqrt{\log 10}} \cdot \left(\color{blue}{\frac{\sqrt[3]{\frac{\tan^{-1}_* \frac{im}{re}}{\sqrt{\log 10}}} \cdot \sqrt[3]{\tan^{-1}_* \frac{im}{re}}}{\sqrt[3]{\sqrt{\log 10}}}} \cdot \frac{\sqrt[3]{\tan^{-1}_* \frac{im}{re}}}{\sqrt[3]{\sqrt{\log 10}}}\right)\]
  12. Applied frac-times0.7

    \[\leadsto \frac{1}{\sqrt{\log 10}} \cdot \color{blue}{\frac{\left(\sqrt[3]{\frac{\tan^{-1}_* \frac{im}{re}}{\sqrt{\log 10}}} \cdot \sqrt[3]{\tan^{-1}_* \frac{im}{re}}\right) \cdot \sqrt[3]{\tan^{-1}_* \frac{im}{re}}}{\sqrt[3]{\sqrt{\log 10}} \cdot \sqrt[3]{\sqrt{\log 10}}}}\]
  13. Applied associate-*r/0.7

    \[\leadsto \color{blue}{\frac{\frac{1}{\sqrt{\log 10}} \cdot \left(\left(\sqrt[3]{\frac{\tan^{-1}_* \frac{im}{re}}{\sqrt{\log 10}}} \cdot \sqrt[3]{\tan^{-1}_* \frac{im}{re}}\right) \cdot \sqrt[3]{\tan^{-1}_* \frac{im}{re}}\right)}{\sqrt[3]{\sqrt{\log 10}} \cdot \sqrt[3]{\sqrt{\log 10}}}}\]
  14. Applied simplify0.7

    \[\leadsto \frac{\color{blue}{\frac{\sqrt[3]{\tan^{-1}_* \frac{im}{re}}}{\frac{\sqrt{\log 10}}{\sqrt[3]{\tan^{-1}_* \frac{im}{re}}}} \cdot \sqrt[3]{\frac{\tan^{-1}_* \frac{im}{re}}{\sqrt{\log 10}}}}}{\sqrt[3]{\sqrt{\log 10}} \cdot \sqrt[3]{\sqrt{\log 10}}}\]

Runtime

Time bar (total: 51.9s)Debug logProfile

herbie shell --seed 2018167 
(FPCore (re im)
  :name "math.log10 on complex, imaginary part"
  (/ (atan2 im re) (log 10)))