Home
last modified time | relevance | path

Searched refs:mrelationp (Results 1 – 6 of 6) sorted by relevance

/dports/math/maxima/maxima-5.43.2/share/contrib/format/
H A Dformat.lisp17 (defun mrelationp (expr) function
168 (unless (or (mbagp expr)(mrelationp expr))
/dports/math/maxima/maxima-5.43.2/share/hypergeometric/
H A Dnfloat.lisp333 (cond ((or (mbagp e) (mrelationp e) ($setp e))
372 (cond ((or (mbagp e) (mrelationp e) ($setp e))
H A Dhypergeometric.lisp125 (not (mrelationp e))
/dports/math/maxima/maxima-5.43.2/src/
H A Dmaxmin.lisp238 (not (mrelationp e))
H A Dcompar.lisp1085 ((or (mbagp a) (mrelationp a) (mbagp b) (mrelationp b))
1086 (cond ((and (or (and (mbagp a) (mbagp b)) (and (mrelationp a) (mrelationp b)))
1865 (defun mrelationp (a) function
/dports/math/maxima/maxima-5.43.2/share/fourier_elim/
H A Dfourier_elim.lisp318 ((or (mrelationp e) (op-equalp e '$equal))