; seed : #(1070706311 3771791028 4128836681 4194990999 2341756049 504035650)

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

; timed out
(FPCore (e v)
  :name "Trigonometry A"
  (/ (* e (sin v)) (+ 1 (* e (cos v)))))

