Skip to content

Commit

Permalink
[hotfix] this function causes the build workflow to fail so i comment…
Browse files Browse the repository at this point in the history
…ed it out
  • Loading branch information
fschledorn committed Nov 24, 2024
1 parent 6139341 commit ab48a1f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lektionen/functions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
Die Kombination von Parametertypen und Rückgabetyp bildet die Signatur einer Funktion.
Parameter sind Werte, die der Funktion übergeben werden, zum Beispiel das $x$ in $f(x)$.
Für eine Funktion \cppinline{my_func}, die $x^n$ berechnen soll, könnte eine Signatur so aussehen:
\[
\smashoperator{\mathop{\underbrace{\text{\cppinline{double}}}}_{\text{Rückgabetyp}}}\quad
\smashoperator{\mathop{\overbrace{\text{\cppinline{my_func}}}}^{\text{Name}}}
(\smashoperator{\mathop{\underbrace{\text{\cppinline{double x}}}}_{\text{Parameter 1}}},\
\smashoperator{\mathop{\overbrace{\text{\cppinline{int n}}}^{\text{Parameter 2}}}})
\]
%sorry etwas hässlich
%\[
% \smashoperator{\mathop{\underbrace{\text{\cppinline{double}}}}_{\text{Rückgabetyp}}}\quad
% \smashoperator{\mathop{\overbrace{\text{\cppinline{my_func}}}}^{\text{Name}}}
% (\smashoperator{\mathop{\underbrace{\text{\cppinline{double x}}}}_{\text{Parameter 1}}},\
% \smashoperator{\mathop{\overbrace{\text{\cppinline{int n}}}^{\text{Parameter 2}}}})
%\]
% This structure currently causes the workflow to crash. It will need to be addressed in the future.

\begin{itemize}
\item Rückgabetyp: Bestimmt welchen Datentyp die Rückgabe der Funktion hat
Expand Down

0 comments on commit ab48a1f

Please sign in to comment.