[apps/probability] Turn P(14<X) into P(X>14)

This commit is contained in:
Ruben Dashyan
2019-08-01 11:05:18 +02:00
committed by Émilie Feral
parent a1fa7d71dc
commit 3bf1d233f7

View File

@@ -3,5 +3,5 @@ FiniteIntegralFirstLegend = "P("
FiniteIntegralLegend = "≤X≤"
LeftIntegralFirstLegend = "P(X≤"
LeftIntegralSecondLegend = ")="
RightIntegralFirstLegend = "P("
RightIntegralSecondLegend = "≤X)="
RightIntegralFirstLegend = "P(X≥"
RightIntegralSecondLegend = ")="