|
|
last edited 16 years ago by kratt6 |
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
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 ?
axiomargument(-%i)
(1) |
axiomargument(-1+0*%i) >> Error detected within library code: (1 . failed) cannot be coerced to mode (Expression (Integer))
Francois Maltey.