|
|
last edited 15 years ago by japp |
1 2 3 4 5 6 | ||
Editor: kratt6
Time: 2007/12/28 16:37:23 GMT-8 |
||
Note: mostly fixed in FriCAS |
added:
From kratt6 Fri Dec 28 16:37:23 -0800 2007
From: kratt6
Date: Fri, 28 Dec 2007 16:37:23 -0800
Subject: mostly fixed in FriCAS
Message-ID: <20071228163723-0800@axiom-wiki.newsynthesis.org>
Status: open => fix proposed
it remains to teach axiom algorithms for Gamma & friends with 'Float' (not 'DoubleFloat') arguments, and that 'Complex DoubleFloat has SpecialFunctionCategory'.
The latter seems to be a bit tricky, unless we do it by special case in 'Complex', which is ugly.
From #6:
axiomex := Gamma(3/2::EXPR INT)
(1) |
axiomex::EXPR FLOAT
(2) |
axiomex::EXPR FLOAT::FLOAT Cannot convert from type Expression Float to Float for value _ | (1.5)
it remains to teach axiom algorithms for Gamma & friends with Float
(not DoubleFloat
) arguments, and that Complex DoubleFloat has SpecialFunctionCategory
.
The latter seems to be a bit tricky, unless we do it by special case in Complex
, which is ugly.