Mail Archives: cygwin/2003/11/27/10:29:28
On Thu, Nov 27, 2003 at 04:06:30PM +0100, Corinna Vinschen wrote:
>On Thu, Nov 27, 2003 at 03:39:51PM +0100, ycollet AT freesurf DOT fr wrote:
>> Hello,
>>
>> I've tried this program under cygwin:
>>
>> #include <math.h>
>>
>> int main()
>> {
>> printf("%lf\n", pow(2,8));
>> return 0;
>> }
>>
>> This program returns 8 instead of 256.
>> I've tried pow(2.0,8), pow(2.0, 8.0), etc ... Seems to me that I've found
>> a bug ?
>
>Works for me with Cygwin 1.5.5 and recent developer snapshots. You
>didn't tell anything about the version you're using.
And that's one of the reasons why we don't have a bugzilla page...
cgf
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
- Raw text -