I have this simple question I saw here:
±(2 - 2^(-23)) × 2^128 = ±6.8 × 10^38
How did they get to ±6.8 × 10^38 ?
I tried :
(2 - 2^(-23)) × 2^128 $\Longrightarrow$ (2^1 - 2^(-23)) × 2^128 $\Longrightarrow$ 2^129 - 2^(105) $\Longrightarrow$ now what ?
Let's ignore the insignificant part $2^{105}$ first
$$ x = 2^{129} \\ \log_{10} x = 129 \times \log_{10}2 \approx 38.83286944 \\ \therefore x \approx 10^{38.83286944} = 10^{0.83286944} \times 10^{38} \approx 6.805647 \times 10^{38} $$
Similarly, we can get $2^{105} \approx 4.056 \times 10^{31}$.