Home
last modified time | relevance | path

Searched refs:evnump (Results 1 – 1 of 1) sorted by path

/dports/math/maxima/maxima-5.43.2/src/
H A Dsimp.lisp2286 (or (evnump pot)
2523 (evnump (caddr gr)))
2988 (defun evnump (n) (or (even n) (and (ratnump n) (even (cadr n))))) function