Problems ⬇️

https://velog.io/@jayce_97/1.1-0.1-1.2

https://velog.io/@jayce_97/1.1-0.1-1.2

https://oozoowos.tistory.com/entry/01-11-12-문제-feat-부동소수점

https://oozoowos.tistory.com/entry/01-11-12-문제-feat-부동소수점

→ This is related with how computers store and process floating point numbers


Real Numbers in Computers


Binary to Decimal

110.101 into decimal form ← apply similar process!

(2^2) * 1 + (2^1) * 1 + (2^0) * 0 + (2 ^-1) * 1 + (2^-2) * 0 + (2^-3) * 1 = 6.625