Changes http://page.axiom-developer.org/zope/mathaction/DesignIssues/diff
--
??changed:
-Type 'Expression Integer' refers to any expression with 'coefficients'
-that are integers. If you don't tell Axiom otherwise, then Axiom
-"thinks" of 'sin(x)' as '1*sin(x)' i.e. and 'Expression' with the
-'Int
Changes http://wiki.axiom-developer.org/DesignIssues/diff
--
Type 'Expression Integer' refers to any expression with 'coefficients'
that are integers. If you don't tell Axiom otherwise, then Axiom
"thinks" of 'sin(x)' as '1*sin(x)' i.e. and 'Expression' with the
'Integer' coefficient 1. For example
Changes http://page.axiom-developer.org/zope/mathaction/DesignIssues/diff
--
I tried to put this on my wiki home page, but I have no idea if it was
successful or not.
Why do the following have Expression Integer type when they aren't integers:
\begin{axiom}
sin(x)
\end{axiom}
\begin{axiom}
asin