We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6b4a61 commit 61d25c4Copy full SHA for 61d25c4
Rubi/PacletInfo.m
@@ -5,7 +5,7 @@
5
6
Paclet[
7
Name -> "Rubi",
8
- Version -> "4.16.0.2",
+ Version -> "4.16.0.3",
9
MathematicaVersion -> "10.3.1+",
10
Description -> "Package for Rule-based Integration",
11
Creator -> "Albert D. Rich",
Rubi/Rubi.m
@@ -296,7 +296,6 @@
296
StepFunction[Int];
297
];
298
299
-Int::argFlag = "The `` routine can only be used with the form Int[expr, x] where x is a symbol.";
300
Int::noShowSteps = "To use this function, you need to define $LoadShowSteps=True before loading the Rubi package";
301
Steps::negSteps = "Number of steps must be a positive integer.";
302
SetAttributes[Steps, {HoldFirst}];
0 commit comments