Re: powf(float,float) function from math.h on ARM32-bit platform

2013-07-30 Thread Michael Veksler
On 07/30/2013 02:59 PM, hemant wrote: I have written a std code for ARM 32-bit platform using math.h library and float=powf(float,float) function. When I give input to my system as 100 ^ 4.4 it gives me answer as 630957632. (as float) whereas calculator in WindowsXP gives answer as 630957344

Re: powf(float,float) function from math.h on ARM32-bit platform

2013-07-30 Thread Richard Earnshaw
On 30/07/13 12:59, hemant wrote: I have written a std code for ARM 32-bit platform using math.h library and float=powf(float,float) function. When I give input to my system as 100 ^ 4.4 it gives me answer as 630957632. (as float) whereas calculator in WindowsXP gives answer as 630957344.480

powf(float,float) function from math.h on ARM32-bit platform

2013-07-30 Thread hemant
I have written a std code for ARM 32-bit platform using math.h library and float=powf(float,float) function. When I give input to my system as 100 ^ 4.4 it gives me answer as 630957632. (as float) whereas calculator in WindowsXP gives answer as 630957344.48019324943436013662234. I just want