[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[] = {