Let's say I have a floating number in java. How can I print it in it's binary form? Is there a simple method to use in the java library? I am talking about IEEE 754 floating point. Or would I have to write it from scratch?
I'd also like to print it out.