|
|
last edited 16 years ago by kratt6 |
1 2 | ||
Editor: kratt6
Time: 2007/12/28 12:38:03 GMT-8 |
||
Note: |
added:
From kratt6 Fri Dec 28 12:38:03 -0800 2007
From: kratt6
Date: Fri, 28 Dec 2007 12:38:03 -0800
Subject:
Message-ID: <20071228123803-0800@axiom-wiki.newsynthesis.org>
Category: Axiom Mathematics => Axiom Library
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 ?
argument(-%i)
(1) |
Type: Expression(Integer)
argument(-1+0*%i)
>> Error detected within library code: (1 . failed) cannot be coerced to mode (Expression (Integer))
Francois Maltey.