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 04:07:14 -0600

Changes http://page.axiom-developer.org/zope/mathaction/138AsinComplex1000/diff
--
I think that the following definition would 
work::

       asin x == if x = 1 then pi()/2::$ else atan(x/sqrt(1-x**2))

There is one thing that puzzles me, though. Also in 'TRANFUN', the following 
definition is given for 'pi()'::

       pi()   == 2*asin(1)

which seems to be asking for trouble. However, I couldn't find a domain that 
would use this definition for 'pi()'. Maybe it should be rather defined in 
terms of 'atan'?
--
forwarded from http://page.axiom-developer.org/zope/mathaction/address@hidden




reply via email to

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