mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[apps/toolbox] Add infinity in maths/calcul toolbox
This commit is contained in:
@@ -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[] = {
|
||||
|
||||
@@ -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)"
|
||||
|
||||
@@ -109,6 +109,7 @@ Identity = "Einheitsmatrix der Größe n"
|
||||
Lists = "Listen"
|
||||
HyperbolicTrigonometry = "Hyperbelfunktionen"
|
||||
Fluctuation = "Konfidenzintervall"
|
||||
InfinityMessage = "Unendlich"
|
||||
DerivateNumber = "Ableitung"
|
||||
Integral = "Integral"
|
||||
Sum = "Summe"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user