login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for #184 Complex argument is false. revision 1 of 2

1 2
Editor:
Time: 2007/11/17 22:04:23 GMT-8
Note: test change of status

changed:
-
argument (-%i)    computes %pi/2 and not -%pi/2
argument (-1+0%i) computes 0 and not %pi
argument (-1) fails, perhaps it's possible to add an automatic coerce ?

\begin{axiom}
argument(-%i)
argument(-1+0*%i)
argument(-1)
\end{axiom}

Francois Maltey.

From kratt6 Tue Jul 12 03:45:02 -0500 2005
From: kratt6
Date: Tue, 12 Jul 2005 03:45:02 -0500
Subject: See Bug #47
Message-ID: <20050712034502-0500@page.axiom-developer.org>

Status: open => duplicate 


From kratt6 Tue Jul 12 03:46:59 -0500 2005
From: kratt6
Date: Tue, 12 Jul 2005 03:46:59 -0500
Subject: property change
Message-ID: <20050712034659-0500@page.axiom-developer.org>

Category: Axiom Compiler => Axiom Mathematics 


From billpage Tue Jul 12 22:41:18 -0500 2005
From: billpage
Date: Tue, 12 Jul 2005 22:41:18 -0500
Subject: test change of status
Message-ID: <20050712224118-0500@page.axiom-developer.org>

Status: fix proposed => duplicate 


Submitted by : (unknown) at: 2007-11-17T22:04:23-08:00 (16 years ago)
Name :
Axiom Version :
Category : Severity : Status :
Optional subject :  
Optional comment :

argument (-%i) computes %pi/2 and not -%pi/2 argument (-1+0%i) computes 0 and not %pi argument (-1) fails, perhaps it's possible to add an automatic coerce ?

axiom
argument(-%i)
LatexWiki Image(1)
Type: Expression Integer
axiom
argument(-1+0*%i) >> Error detected within library code: (1 . failed) cannot be coerced to mode (Expression (Integer))

Francois Maltey.

Status: open => duplicate

property change --kratt6, Tue, 12 Jul 2005 03:46:59 -0500 reply
Category: Axiom Compiler => Axiom Mathematics

test change of status --billpage, Tue, 12 Jul 2005 22:41:18 -0500 reply
Status: fix proposed => duplicate