I have number $-1e35$, and I'm supposed to convert it to binary. The answer is : $-1.10101001010110100101101...\text{e}–117.$
I can't figure out how to get this! and how we can calculate numbers partially as you see here. Originally it is a programming practice, but what I care about is the mathematical part.
I tried to solve it like this: $\log 10^{35}=\log 2^x.$ The result is: $116.666$.
My question is not exactly how to convert. I know how to convert smaller numbers, but I am confused with scientific notation, and how to represent part of the number.