diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-19 23:23:51 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-19 23:23:51 +0100 |
| commit | 504ab27151c5aa1706a182af8d1a8995e72ca3dd (patch) | |
| tree | e1582fd82360f43d867cf59993536fdf900e7c96 | |
| parent | 348172f60c24359f68ccdd8edc58a6bf1d1afc6e (diff) | |
chore: notation hygiene tweaks.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | source/wg04/paper.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/wg04/paper.tex b/source/wg04/paper.tex index 3c64e6a..a69c8f9 100644 --- a/source/wg04/paper.tex +++ b/source/wg04/paper.tex @@ -34,7 +34,7 @@ This section will cover the definitions and properties of the formulas we will u We assume $x, y, z \in \mathbb{R}, \quad n \in \mathbb{N}, \quad \cos(\pi) < a < b, \quad t = a$ \subsection{DEFINITION OF THE A-INTEGRAL:} \begin{equation} - I_{1}(x, t, a, b, n) \coloneqq \sum_{n}^{t} \int_{a}^{b} S(x) dx + I_{1}(x, t, a, b, n) \coloneqq \sum_{k=t}^{n} \int_{a}^{b} S(x) dx \end{equation} \subsection{DEFINITION OF THE A-FUNCTION:} \begin{equation} |
