Changes http://wiki.axiom-developer.org/333Asin10OverComplexFloatFails/diff
--
I propose to remplace in asin x == atan (x/sqrt(1-x**2)) in trigcat.spad line 
162 by

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

The result seems right...
--
forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]

Reply via email to