[NumCS] Fix error in code

This commit is contained in:
2026-01-23 12:41:49 +01:00
parent 878cac1217
commit 6f2d107a52
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -160,5 +160,5 @@ die Ableitungen der Approximation berechnen. Die \texttt{chebder}-Funktion nimmt
coeffs = dct_vals / n
coeffs[0] /= 2
self.coeffs = coeffs
return coeffs
\end{code}