From 7431f7845234ac4f72fa14033744da8894502bfe Mon Sep 17 00:00:00 2001 From: AngeDieu <106985774+AngeDieu@users.noreply.github.com> Date: Sat, 11 Nov 2023 16:16:00 +0100 Subject: [PATCH] add factorial to toolbox -> combinatorics commit 1e7192e4c34e28eb00d20c345eae06dc0ba5ee72 Author: AngeDieu <106985774+AngeDieu@users.noreply.github.com> Date: Sat Nov 11 16:12:33 2023 +0100 add factorial to toolbox -> combinatorics from branch toolbox-adds --- apps/math_toolbox.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/math_toolbox.cpp b/apps/math_toolbox.cpp index 1d4900c9785..011533f7b86 100644 --- a/apps/math_toolbox.cpp +++ b/apps/math_toolbox.cpp @@ -38,7 +38,9 @@ const ToolboxMessageTree complexChildren[] = { const ToolboxMessageTree combinatoricsChildren[] = { ToolboxMessageTree::Leaf(I18n::Message::BinomialCommandWithArg, I18n::Message::Combination), - ToolboxMessageTree::Leaf(I18n::Message::PermuteCommandWithArg, I18n::Message::Permutation) + ToolboxMessageTree::Leaf(I18n::Message::PermuteCommandWithArg, I18n::Message::Permutation), + ToolboxMessageTree::Leaf(I18n::Message::FactorialCommandWithArg, + I18n::Message::Factorial) }; const ToolboxMessageTree normalDistributionChildren[] = {