|
|
last edited 16 years ago by kratt6 |
1 2 | ||
Editor: kratt6
Time: 2007/12/28 12:57:43 GMT-8 |
||
Note: |
added:
From kratt6 Fri Dec 28 12:57:43 -0800 2007
From: kratt6
Date: Fri, 28 Dec 2007 12:57:43 -0800
Subject:
Message-ID: <20071228125743-0800@axiom-wiki.newsynthesis.org>
Category: Axiom Mathematics => Axiom Library
D(0^z,z)
(1) |
Produced:
>> Error detected within library code: Invalid argument
Of course, 0 is expected.
@@ -405,7 +417,10 @@ iipow l == ipow l if F has ElementaryFunctionCategory then - dvpow2 l == log(first l) * first(l) ** second(l) + dvpow2 l == if zero?(first l) then + 0 + else + log(first l) * first(l) ** second(l) evaluate(opfact, iifact)$BasicOperatorFunctions1(F) evaluate(oppow, iipow)
Martin