axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] [#138 asin(complex(1.0,0.0))]


From: kratt6
Subject: [Axiom-developer] [#138 asin(complex(1.0,0.0))]
Date: Sat, 02 Apr 2005 03:16:38 -0600

Changes http://page.axiom-developer.org/zope/mathaction/138AsinComplex1000/diff
--

??changed:
-This and the log(i)-log(-i) bug can be fixed by using GCL's asin and log here. 
 I tried 
-
-     if $ has Field and $ has sqrt: $ -> $ then
This and the log(i)-log(-i) bug can be fixed by using GCL's asin and log here.  
I tried:: 

     if \$ has Field and \$ has sqrt: \$ -> \$ then

??changed:
-       asin x == ASIN(COMPLEX(real x,imag x)$Lisp)$Lisp
-
-but the form of x when complex in axiom is not that of lisp, i.e. asin gets 
passed a non-number:
       asin x == ASIN(COMPLEX(real x,imag x)\$Lisp)\$Lisp

but the form of x when complex in axiom is not that of lisp, i.e. asin gets 
passed a non-number::

??changed:
-OK, then what we want is something like:
OK, then what we want is something like::

--
forwarded from http://page.axiom-developer.org/zope/mathaction/address@hidden




reply via email to

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