axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] [#155 failed coercion between Expression Fraction Inte


From: billpage
Subject: [Axiom-developer] [#155 failed coercion between Expression Fraction Integer and Expression Float in exponents] (new)
Date: Mon, 09 May 2005 18:25:56 -0500

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/address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]