Average Error: 0.0 → 0.0
Time: 14.3s
Precision: 64
Internal Precision: 384
\[\log \left(\frac{1}{x} + \frac{\sqrt{1 - x \cdot x}}{x}\right)\]
\[\log \left(\frac{1}{x} + \frac{\log \left(e^{\sqrt{1 - x \cdot x}}\right)}{x}\right)\]

Error

Bits error versus x

Derivation

  1. Initial program 0.0

    \[\log \left(\frac{1}{x} + \frac{\sqrt{1 - x \cdot x}}{x}\right)\]
  2. Using strategy rm
  3. Applied add-log-exp0.0

    \[\leadsto \log \left(\frac{1}{x} + \frac{\color{blue}{\log \left(e^{\sqrt{1 - x \cdot x}}\right)}}{x}\right)\]

Runtime

Time bar (total: 14.3s)Debug logProfile

herbie shell --seed '#(1064397287 3527694221 3797617954 1138343853 2854031332 1153838279)' 
(FPCore (x)
  :name "Hyperbolic arc-(co)secant"
  (log (+ (/ 1 x) (/ (sqrt (- 1 (* x x))) x))))