Post Reply 
(SR-52) Binary-to-Decimal conversion
06-18-2022, 05:23 AM
Post: #7
RE: (SR-52) Binary-to-Decimal conversion
(06-17-2022 10:38 PM)pauln Wrote:  I'm guessing this forum doesn't support Latex-like formatting for math expressions ?

A search in the Test forum with the keyword latex gives currently the following list:
Examples

\(a_0 + a_1 \cdot 10 + \cdots + a_n \cdot 10^n\)

\[a_0 + a_1 \cdot 2 + \cdots + a_n \cdot 2^n\]

\(
\begin{align}
a^k - b^k &= (a - b)\left(a^{k-1} + a^{k-2} \cdot b + \cdots + b^{k-1}\right) \\
\\
10^k - 2^k &= 8\left(10^{k-1} + 10^{k-2} \cdot 2 + \cdots + 2^{k-1}\right) \\
\end{align}
\)

Hint: You can see the code if you quote a post.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: (SR-52) Binary-to-Decimal conversion - Thomas Klemm - 06-18-2022 05:23 AM



User(s) browsing this thread: 1 Guest(s)