Video Interface: Difference between revisions

m
(Fixed-Point Format) Fix typo, text alignment
m ((Fixed-Point Format) Cleaned up examples)
m ((Fixed-Point Format) Fix typo, text alignment)
Line 555:
<math>
\begin{align*}
1\ == &\quad 01\ 0000000000\ \text{(0x400)} \\
0.25\ == &\quad 00\ 0100000000\ \text{(0x100)} \\
0.125\ == &\quad 00\ 0010000000\ \text{(0x80)} \\
\end{align*}
</math>
Line 579:
\begin{align*}
\text{Binary:} &\quad 0010010001 \\
\text{Value:} &\quad \frac{0}{2^1} + \frac{0}{2^2} + \frac{1}{2^3} + \frac{0}{2^4} + \frac{0}{2^45} + \frac{1}{2^6} + \frac{0}{2^7} + \frac{0}{2^8} + \frac{0}{2^9} + \frac{1}{2^{10}} = 0.1416015625 \\
\end{align*}
</math>
6

edits