[apps/toolbox] Add infinity in maths/calcul toolbox

This commit is contained in:
Evann DREUMONT
2021-02-10 17:15:45 +01:00
parent 763ce87d14
commit 391904900a
10 changed files with 10 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ const ToolboxMessageTree calculChildren[] = {
ToolboxMessageTree::Leaf(I18n::Message::IntCommandWithArg, I18n::Message::Integral, false, I18n::Message::IntCommand),
ToolboxMessageTree::Leaf(I18n::Message::SumCommandWithArg, I18n::Message::Sum, false, I18n::Message::SumCommand),
ToolboxMessageTree::Leaf(I18n::Message::ProductCommandWithArg, I18n::Message::Product, false, I18n::Message::ProductCommand),
ToolboxMessageTree::Leaf(I18n::Message::Infinity, I18n::Message::InfinityMessage, false, I18n::Message::Infinity),
};
const ToolboxMessageTree complexChildren[] = {

View File

@@ -134,6 +134,7 @@ GcdCommandWithArg = "gcd(p,q)"
Gon = "gon"
ImCommandWithArg = "im(z)"
IndentityCommandWithArg = "identity(n)"
Infinity = "infinity"
IntCommand = "int(\x11,x,\x11,\x11)"
IntCommandWithArg = "int(f(x),x,a,b)"
InvBinomialCommandWithArg = "invbinom(a,n,p)"

View File

@@ -109,6 +109,7 @@ Identity = "Einheitsmatrix der Größe n"
Lists = "Listen"
HyperbolicTrigonometry = "Hyperbelfunktionen"
Fluctuation = "Konfidenzintervall"
InfinityMessage = "Unendlich"
DerivateNumber = "Ableitung"
Integral = "Integral"
Sum = "Summe"

View File

@@ -110,6 +110,7 @@ Identity = "Identity matrix of size n"
Lists = "List"
HyperbolicTrigonometry = "Hyperbolic trigonometry"
Fluctuation = "Prediction Interval"
InfinityMessage = "Infinity"
DerivateNumber = "Derivative"
Integral = "Integral"
Sum = "Sum"

View File

@@ -108,6 +108,7 @@ Identity = "Matriz identidad de tamaño n"
Lists = "Listas"
HyperbolicTrigonometry = "Trigonometría hiperbólica"
Fluctuation = "Interval de predicción"
InfinityMessage = "Infinito"
DerivateNumber = "Derivada"
Integral = "Integral"
Sum = "Suma"

View File

@@ -114,6 +114,7 @@ Identity = "Matrice identité de taille n"
Lists = "Listes"
HyperbolicTrigonometry = "Trigonométrie hyperbolique"
Fluctuation = "Intervalle de fluctuation"
InfinityMessage = "Infini"
DerivateNumber = "Nombre derivé de f en a"
Integral = "Intégrale de f sur [a;b]"
Sum = "Somme"

View File

@@ -122,6 +122,7 @@ Identity = "n méretü azonosító mátrix"
Lists = "Lista"
HyperbolicTrigonometry = "Hiperbolikus trigonometria"
Fluctuation = "Jósolt intervallum"
InfinityMessage = "Végtelen"
DerivateNumber = "Származékos"
Integral = "Integral"
Sum = "Összeg"

View File

@@ -110,6 +110,7 @@ Identity = "Matrice identità di dimensione n"
Lists = "Elenchi"
HyperbolicTrigonometry = "Funzioni iperboliche"
Fluctuation = "Intervallo di previsione"
InfinityMessage = "Infinito"
DerivateNumber = "Derivata"
Integral = "Integrale"
Sum = "Somma"

View File

@@ -110,6 +110,7 @@ Identity = "Eenheidsmatrix van formaat n"
Lists = "Lijst"
HyperbolicTrigonometry = "Hyperbolische functies"
Fluctuation = "Statistische intervallen"
InfinityMessage = "Eindeloos"
DerivateNumber = "Afgeleide"
Integral = "Integraal"
Sum = "Som"

View File

@@ -110,6 +110,7 @@ Identity = "Matriz identidade de ordem n"
Lists = "Listas"
HyperbolicTrigonometry = "Funções hiperbólicas"
Fluctuation = "Intervalo de confiança"
InfinityMessage = "Infinito"
DerivateNumber = "Derivada"
Integral = "Integral"
Sum = "Somatório"