From 70c8864c6817411e286e674d3e849e274c6af1eb Mon Sep 17 00:00:00 2001 From: materus Date: Sun, 1 Dec 2024 14:00:53 +0100 Subject: [PATCH] Aktualizacja README --- Podstawy Programowania I/README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Podstawy Programowania I/README.org b/Podstawy Programowania I/README.org index e25b64d..4344b12 100644 --- a/Podstawy Programowania I/README.org +++ b/Podstawy Programowania I/README.org @@ -88,10 +88,10 @@ $$y(x) = \begin{cases} \frac{3}{4} * x^{3} * \frac{7}{8} x & \text{dla x ∈ [-10, 0]} \\ \frac{1}{sin(x) + 3} & \text{dla x ∈ (0, 4]} \\ - -2x/3 & \text{dla pozostałych} + -2x/3 & \text{dla pozostalych} \end{cases}$$ #+END_LATEX -#+HTML: LaTeX +#+HTML: LaTeX Dane: x – typu rzeczywistego ** Zadanie 3