|
|
last edited 16 years ago by japp |
1 2 3 4 5 6 | ||
Editor: gdr
Time: 2008/05/18 13:16:48 GMT-7 |
||
Note: |
added:
From gdr Sun May 18 13:16:48 -0700 2008
From: gdr
Date: Sun, 18 May 2008 13:16:48 -0700
Subject:
Message-ID: <20080518131648-0700@axiom-wiki.newsynthesis.org>
Status: fix proposed => fixed somewhere
no patch available
From #6:
ex := Gamma(3/2::EXPR INT)
![]() | (1) |
ex::EXPR FLOAT
![]() | (2) |
ex::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.
no patch available