; seed : #(1071979731 1496239409 439705970 2863295848 982327776 189749553)

; flags :
;   rules      = (numerics arithmetic polynomials fractions exponents trigonometry hyperbolic complex special bools branches)
;   setup      = (simplify)
;   fn         = (cbrt)
;   generate   = (rr taylor simplify)
;   reduce     = (regimes taylor simplify avg-error binary-search branch-expressions)
;   precision  = (double fallback)

; timed out
(FPCore (eps)
  :name "logq (problem 3.4.3)"
  (log (/ (- 1 eps) (+ 1 eps))))

