Could you explain DOUBLE and FLOAT in terms of place of using and with more examples?
How do they work in practice? Whenever I search in Google, the examples are too mathematical and difficult to understand.
1 answers ( 0 marked as helpful)
Hi Tural!
The difference between fixed point and floating point is that fixed point has a specific number of digits reserved for the integer part and fractional part while floating point does not have a specific number of digits reserved for the integer part and fractional part.
Hope this helps.
Best,
Tsvetelin