mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 09:17:23 +01:00
[apps/probability] Turn P(14<X) into P(X>14)
This commit is contained in:
committed by
Émilie Feral
parent
a1fa7d71dc
commit
3bf1d233f7
@@ -3,5 +3,5 @@ FiniteIntegralFirstLegend = "P("
|
||||
FiniteIntegralLegend = "≤X≤"
|
||||
LeftIntegralFirstLegend = "P(X≤"
|
||||
LeftIntegralSecondLegend = ")="
|
||||
RightIntegralFirstLegend = "P("
|
||||
RightIntegralSecondLegend = "≤X)="
|
||||
RightIntegralFirstLegend = "P(X≥"
|
||||
RightIntegralSecondLegend = ")="
|
||||
|
||||
Reference in New Issue
Block a user