Subject: | t/04_resolve.t resolve on FreeBSD with uselongdouble |
On a FreeBSD 10.3 system with perl compiled with -Duselongdouble:
...
Div by zero: df(x) = -57075322010237.9493 at n'th iteration, n=1, delta=0.0001, fx=CODE(0x41ccb630) at t/04_resolve.t line 5.
# Looks like your test exited with 255 before it could output anything.
t/04_resolve.t ..................
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 17/17 subtests
...
This test does not seem to fail on Linux systems with -Duselongdouble.