Home
last modified time | relevance | path

Searched refs:cquotient (Results 1 – 9 of 9) sorted by relevance

/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/win32/
H A Dpslextra.c238 { LONG cquotient ();
239 return (x - y * cquotient (x,y));}
244 LONG cquotient (x,y) in cquotient() function
/dports/math/maxima/maxima-5.43.2/src/
H A Dufact.lisp114 (mapcar #'(lambda (c) (cquotient c (cadr q))) (cdr p))
H A Drat3c.lisp98 (list (cquotient x a) ;(CQUOTIENT 0 0) = 0
99 (cquotient y a)))))
H A Drat3a.lisp44 (defun cquotient (a b) function
668 ((pcoefp y) (cquotient x y))
H A Dratout.lisp298 (ptimeschk (cquotient c1 c) (pquotientchk h1star q))
299 (ptimeschk (cquotient c2 c) (pquotientchk h2star q))))))
H A Drat3e.lisp600 (cquotient (numerator x) (denominator x))))
629 (cond (modulus (cons (cquotient (cmod (cadr x)) (cmod (caddr x))) 1))
H A Drat3d.lisp282 (ans (make-poly var (cquotient (p-le poly) n)
/dports/math/maxima/maxima-5.43.2/share/affine/
H A Dnew-rat.lisp59 (t (cquotient (numerator x) (denominator x)))))
93 (cond (modulus (cons (cquotient (cmod (cadr x)) (cmod (caddr x))) 1))
H A Daquotient.lisp35 (cquotient f g))