bug report



integrate(sin(a*x^3)/x, x, 0, +inf);
maxima result: 0;
correct result: %pi * abs(a) / 6 / a;