Re: [Mingw-msys] [mingw - MSYS] Bison for MSYS (was: bash empty for-loop)
- Date: Fri, 7 Sep 2007 16:45:18 -0400
- From: "Norman Vine" <nhv@xxxxxxxx>
- Subject: Re: [Mingw-msys] pow(5,2)=24 ?????!!!!!
Michael Chen writes:
> Sent: Friday, September 07, 2007 4:38 PM
> To: MSYS Discussion List
> Subject: Re: [Mingw-msys] pow(5,2)=24 ?????!!!!!
>
> int s = (int) pow(l,d);
> printf("%d\t%d\t%d\n",l,d,s);
>
>
> And I tried several (l,d), results are:
> 2 2 4
> 3 2 9
> 4 2 16
> 5 2 24 <= this one is wrong
> 6 2 36
> ....
>
> What shall I use then? my variable s, l, and d are integers!
int s = (int)( pow(l,d) + 0.5);
More then you will probably ever need to know
http://docs.sun.com/source/806-3568/ncg_goldberg.html
HTH
Norman
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Mingw-msys mailing list
Mingw-msys@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/mingw-msys