0
How to convert float to hex ?
No library please, i want to understand how can i do it from scratch.
3 Answers
+ 2
Something like this..?
first cast float to int and do the normal steps for converting from decimal to hex.
https://code.sololearn.com/cUE84UX89cNY/?ref=app
+ 2
https://code.sololearn.com/c74ARwKbl0Wn/?ref=app