Fix a doctest failure due to a small numerical issue on 32 bit maxima-sbcl
Closed this issue · 6 comments
tornaria commented
This only triggers when running maxima-sbcl on 32 bit, which gives:
sage: maxima('exp(-sqrt(x))').nintegral('x',0,1)
(0.5284822353142306, 4.163291933423352e-11, 231, 0)
Compare to the "normal" result (64 bit, maxima-ecl on 32 bit):
sage: maxima('exp(-sqrt(x))').nintegral('x',0,1)
(0.5284822353142306, 4.163314137883845e-11, 231, 0)
Since the difference is in the bound for the error in the numerical integration, it doesn't seem very important.
Component: numerical
Author: Gonzalo Tornaría
Branch/Commit: 30259c6
Reviewer: Frédéric Chapoton
Issue created by migration from https://trac.sagemath.org/ticket/34669
tornaria commented
Branch: u/tornaria/doctest_numerical_fix
fchapoton commented
comment:2
ok
fchapoton commented
Reviewer: Frédéric Chapoton
vbraun commented
Changed branch from u/tornaria/doctest_numerical_fix to 30259c6