Ralf Hemmecke wrote:
>
> This is a multi-part message in MIME format.
> --------------000104040805070108080204
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> In the aldor-interface Makefile is a blacklist which I now wanted to
> remove. That led me to
> https://github.com/hemmecke/fricas-svn/blob/master/src/algebra/random.spad.pamphlet#L161
>
> Apart from the fact that neither binomial nor poisson nor geometric are
> implemented, there is RationalNumber which is undefined. There appears
>
> RationalNumber==> Fraction Integer
>
> a few lines below, but of course that will end up in the wrong .spad file.
>
> With the attached patch I could remove RIDIST from the blacklisted
> domains. But of course, this all is rather useless, since RIDIST is not
> completely implemented.
>
> Actually, we could think about removing (=commenting out) unused
> (incompletely implemented) domains from random.spad.pamphlet until
> somebody provides a proper implementation.
>
The patch is obvious one, please go on. Concerning 'incompletely
implemented', it seems that _some_ functionality in the domain
may work, so removing whole domain would be too harsh.
OTOH it is not clear if using rational or Float parameters is
justified. Namely to observe a difference compared to DoubleFloat
parameters one would have to use some specially designed test.
Looking at the code I expect that it will fail various tests
much earlier.
--
Waldek Hebisch
[email protected]
--
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/fricas-devel?hl=en.