Changes http://wiki.axiom-developer.org/289TroubleWithEscapesOrMap/diff
--

??changed:
 \begin{axiom}
-f(A:List PI): FRAC INT == cap(reduce(*, map(i +-> elementary i, A)), reduce(*, 
[complete i for i in B]))
+f(A:List PI, B:List PI): FRAC INT == cap(reduce(*, map(i +-> elementary i, 
A)), reduce(*, map(i+-> complete i, B)))
+
+f([1,2,3],[2,2,2])
 \end{axiom}

--
forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]

Reply via email to