Skip to content

Commit

Permalink
fix math
Browse files Browse the repository at this point in the history
  • Loading branch information
FredM67 committed Mar 17, 2024
1 parent 73e84b3 commit d2bf405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/etalonnage-tri.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ constexpr float f_powerCal[NO_OF_PHASES]{0.05000f, 0.05000f, 0.05000f};
Supposons que le compteur affiche **2250**, et que le log du routeur affiche **2000**.
On aura alors :
```{math}
f_{powerCal} = {0.05000 * 2250} \over 2000 = 0.05625
f_{powerCal} = {0.05000 * 2250 \over 2000} = 0.05625
```

En triphasé, il faudra répéter l'opération sur chacune des phases.
Expand Down

0 comments on commit d2bf405

Please sign in to comment.