Update readme.md

This commit is contained in:
PhasicFlow 2025-04-23 01:19:10 +03:30 committed by GitHub
parent 77eda47a87
commit a9e5b9bb59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -107,11 +107,11 @@ Within each processing region of type `bulk`, you can define multiple operations
Equation 1:
$\text{result}=\qquad \frac{\sum_{j} w_j \cdot \phi_j \cdot \text{field}_j}{\sum_{j} w_i \cdot \phi_i}$
$$\text{result} = \frac{\sum_j w_j \cdot \phi_j \cdot \text{field}_j}{\sum_i w_i \cdot \phi_i}$$
Equation 2:
$\text{result} = \sum_{j} w_j \cdot \phi_j \cdot \text{field}_j$
$$\text{result} = \sum_j w_j \cdot \phi_j \cdot \text{field}_j$$
where: