Python Forum
Floating and decimal - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: Floating and decimal (/thread-20361.html)



Floating and decimal - Sandeep2000 - Aug-07-2019

Can someone explain how computer store decimals, double and floating number.


RE: Floating and decimal - Larz60+ - Aug-07-2019

This is a pretty good explanation: https://www.log2base2.com/storage/how-float-values-are-stored-in-memory.html


RE: Floating and decimal - Nitram - Aug-16-2019

(Aug-07-2019, 03:25 AM)Larz60+ Wrote: This is a pretty good explanation: https://www.log2base2.com/storage/how-float-values-are-stored-in-memory.html

That's one of the best explanation I've seen of it. Thanks