Newsgroups: comp.soft-sys.math.maple
From: "Peter Luschny" <peter.lusc...@gmx.net>
Date: Tue, 23 Dec 2003 11:39:57 +0100
Local: Tues, Dec 23 2003 5:39 am
Subject: Re: euler(0,1) shows Maple bugs are really ubiquitous
> "Alec Mihailovs" wrote: I am impressed ;-) Thanks. > > "Vladimir Bondarenko" > > PL> euler(0,1); # Sure, this must be equal to 1 > > -1 > As usual, this can be easily fixed: > myeuler:=n-> if n=0 then 1 else euler(args) fi: > myeuler(0,1); But, as usual, you did not get the point. If we have to start to fix even the constant functions Second: Can you tell us how many software out there, Maple V, Release 3, IBM INTEL NT, Jan 10, 1994 use explicit or implicit this function and is Most of them will never be aware of this fact but And third: I did not really expect a bug fix, but a The usual blah-blah of inherent complexity ect. To build a robust, all time correct code for euler := proc(n,x) if n=0 then RETURN(1) else.. (Which is even shorter than your bug fix.) They obviously use other techniques, and these They are to be asked why. What I can imagine as a possible cause: The And the management fails to realize this. The Java-front-end debacle might indicate that Regards Peter You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||