I am tasked with finding the binary representation for the number 3.4219087*10^12. This is a very large number (and I have to do this by hand), so I was wondering if there was some sort of short cut or technique I could use to convert it instead.
Asked
Active
Viewed 81 times
1
-
You can use BigInteger to handle it. – Twitter khuong291 Oct 08 '15 at 03:55
-
1"and I have to do this by hand" – Kommander Kitten Oct 08 '15 at 04:24
-
[duplicate](http://stackoverflow.com/q/5372279/3711562) – Anantha Raju C Oct 08 '15 at 06:06