i have run same code in syder which produce a result. i ran the same code in raspberry pi and the result is different. I have tried everything possible but it wont work.
Asked
Active
Viewed 63 times
2 Answers
0
Floating point computation is not exact, so it is expected that results will be different between different processors, versions of libraries, etc. Since the processor in the Raspberri Pi is completely different from that in most laptops (ARM vs Intel), I would not expect exact matches between the results on both.

Juan
- 5,433
- 21
- 23
0
Thank you for your answer sir.
How to fix the Floating Point computation in Raspberry pi to obtain the same result as in laptops?

Sandesh Banjara
- 1
- 1