repo.or.cz
/
maxima.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use %%PRETTY-FNAME in more quadpack error messages
[maxima.git]
/
share
/
gamma_simp
/
isequal.lisp
blob
bb12148bda43d819aec33531bd223e8d17506072
1
(
defmfun
$isequal
(
a
b
)
2
(
eq
t
(
meqp
a b
)))
3
4
(
defmfun
$isunequal
(
a
b
)
5
(
eq
t
(
mnqp
a b
)))