|
|
|
|
|
by las_cases
4195 days ago
|
|
In college, I remember we had to manually encode / decode a binary float to a decimal float as exercises. While it was rather fun to understand how machines store a float it could get messy with 64 bits. Also, completely ridiculous tasks. [Wrong!] Nitpick from the article: the main is declared as returning an int and there is nothing returned. |
|