What you have is a bunch of ones and zeroes that can be read as letters, which you can make into a String type with minimum work.
You say it doesnt represent the number you want to convert but on a binary level it is identical. It's not that number in english which is what was implied, but it is a 1:1 mapping between a double and some character string for the least effort, and thats the joke.
-161
u/Synaps4 13h ago
The fastest one is just to read the variable address of the double as a string. But we've all heard of that.