[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-libc-dev] pow(x,y) broken for x<0
From: |
Dmitry K. |
Subject: |
Re: [avr-libc-dev] pow(x,y) broken for x<0 |
Date: |
Mon, 7 Nov 2005 08:31:41 +1000 |
User-agent: |
KMail/1.5 |
Yes, it crashed the stack.
It was necessary to pull for a cord...
Besides it, function 'pow' carelessly dealts with the arguments
having small value. Further, function 'exp' swallows half of
possible NaN-values.
I have corrected function 'pow', I shall send it after the
termination of testing.
Dmitry.
- Re: [avr-libc-dev] pow(x,y) broken for x<0,
Dmitry K. <=