Re: [pure-lang-users] math.pure
Status: Beta
Brought to you by:
agraef
From: Eddie R. <er...@bm...> - 2008-08-21 17:51:17
|
On Thu, 2008-08-21 at 15:54 +0200, Albert Graef wrote: > BTW, Eddie you make my day. Please keep those bug reports rolling. :) About Yesterday. I had to give test after test and I didn't have any reference except my calculator (which doesn't do complex numbers) and what I got from the emails to go on when I was checking the test.log on the math libraries. During the time I was giving the test I could look at the logs. I was in such a hurry checking my mail between tests that I thought you and John were both sending them. The Academic Dean and I didn't even get a lunch break yesterday. I've been in faculty meetings all day today so I haven't had any time to look over anything but I see you've got the main things done. I've got another in about 20 minutes. I did notice one other thing yesterday but I couldn't track it down without being at my computer, ^ was bombing out somewhere for valid numbers. I think _^nan = nan; nan^_ = nan; inf^inf=inf; x^inf=inf if x!===nan; inf^x=inf if x!==nan needs to be implemented. After, faculty meetings I hope to be able to look for the error with ^. e.r. |