Changes
http://page.axiom-developer.org/zope/mathaction/155FailedCoercionBetweenExpressionFractionIntegerAndExpressionFloatInExponents/diff
--
This fails
\begin{axiom}
exp(-0.02*t)
% :: Expression Fraction Integer
% :: Expression Float
\end{axiom}
But this works
\begin{axiom}
exp(-1*(1/50)*t)
% :: Expression Float
\end{axiom}
Why are these expressions treated differently?
How can convert the first one to the second?
--
forwarded from http://page.axiom-developer.org/zope/mathaction/[EMAIL PROTECTED]
_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer