Changes http://wiki.axiom-developer.org/333Asin10OverComplexFloatFails/diff
--
The first real calculus is right, the second fails.
\begin{axiom}
asin 1.0
asin (1.0+0*%i)
\end{axiom}

The problem is perhaps line 162 of trigcat.spad.
There is no test for the ... / sqrt (1-x^2) in asin definition.

asin x == atan(x/sqrt(1-x**2))

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

Reply via email to