Skip to content

Commit

Permalink
David J edit.
Browse files Browse the repository at this point in the history
  • Loading branch information
samb authored and samb committed Feb 14, 2024
1 parent 8a39510 commit dd19a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rubi/Rubi.m
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@
(* Define Unintegrable and CannotIntegrate*)


Int::definite = "Rubi does not check that the domain of integration is continuous.";
Int::definite = "Rubi does not check whether the domain of integration is continuous.";
Int[u_, {x_Symbol, a_, b_}] := With[{result = Int[u, x]},
Message[Int::definite];
Limit[result, x -> b] - Limit[result, x -> a]];
Expand Down

0 comments on commit dd19a12

Please sign in to comment.