mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
Remove trailing spaces
The commands find . -type f -name '*.md' -exec sed --in-place 's/[[:space:]]\+$//' {} \+ and find . -type f -name '*.tex' -exec sed --in-place 's/[[:space:]]\+$//' {} \+ were used to do so.
This commit is contained in:
parent
c578b25d2f
commit
7740f0147f
538 changed files with 3496 additions and 3496 deletions
|
@ -107,7 +107,7 @@ Weitere if-Abfragen haben das Schema
|
|||
\item $1 + 2$ nutzt die Infix-Notation.
|
||||
\item $f\ a\ b$ nutzt die polnische Notation.
|
||||
\item Wir der Ausdruck $1 + 2 \cdot 3$ in Infix-Notation ohne Operatoren-Präzedenz
|
||||
ausgewertet, so gilt:
|
||||
ausgewertet, so gilt:
|
||||
\[1 + 2 \cdot 3 = 9\]
|
||||
Wird er mit Operatoren-Präzendenz ausgewertet, so gilt:
|
||||
\[1 + 2 \cdot 3 = 7\]
|
||||
|
@ -124,7 +124,7 @@ Weitere if-Abfragen haben das Schema
|
|||
\begin{bemerkung}[Eigenschaften der Prä- und Postfixnotation]
|
||||
\begin{bemenum}
|
||||
\item Die Reihenfolge der Operanden kann beibehalten und gleichzeitig
|
||||
auf Klammern verzichtet werden, ohne dass sich das Ergebnis
|
||||
auf Klammern verzichtet werden, ohne dass sich das Ergebnis
|
||||
verändert.
|
||||
\item Die Infix-Notation kann in einer Worst-Case Laufzeit von $\mathcal{O}(n)$,
|
||||
wobei $n$ die Anzahl der Tokens ist mittels des
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue