Running
integrate(floor(x), x, 0, infinity, algorithm='sympy')
returns
integrate(floor(x), x, 0, +Infinity)
and trying
integrate(floor(x), x, 0, infinity, algorithm='sympy').n()
returns (!!!) -679.7441466712775
. This is awfully wrong. It shows with any unevaluated integral.
CC: @kcrisman @rwst
Component: calculus
Keywords: integrate
Issue created by migration from https://trac.sagemath.org/ticket/22567