We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
principal
1 parent 53d0161 commit a58c077Copy full SHA for a58c077
src/sage/interfaces/maxima_lib.py
@@ -164,6 +164,7 @@
164
ecl_eval("(initialize-runtime-globals)")
165
ecl_eval("(setq $nolabels t))")
166
ecl_eval("(defun add-lineinfo (x) x)")
167
+ecl_eval('(defun principal nil (cond ($noprincipal (diverg)) ((not *pcprntd*) (merror "Divergent Integral"))))')
168
ecl_eval("(remprop 'mfactorial 'grind)") # don't use ! for factorials (#11539)
169
ecl_eval("(setf $errormsg nil)")
170
0 commit comments