Skip to content

Commit

Permalink
add factorial to toolbox -> combinatorics
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeDieu committed Nov 11, 2023
1 parent a013039 commit 86aa962
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/math_toolbox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ 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::FactorialCommandWithArg,
I18n::Message::Factorial)
};

const ToolboxMessageTree normalDistributionChildren[] = {
Expand Down

0 comments on commit 86aa962

Please sign in to comment.