mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
add factorial to toolbox -> combinatorics (#348)
* add factorial to toolbox -> combinatorics * Update math_toolbox.cpp removed newline for format purpose
This commit is contained in:
@@ -38,7 +38,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::PermuteCommandWithArg, I18n::Message::Permutation),
|
||||
ToolboxMessageTree::Leaf(I18n::Message::FactorialCommandWithArg, I18n::Message::Factorial)
|
||||
};
|
||||
|
||||
const ToolboxMessageTree normalDistributionChildren[] = {
|
||||
|
||||
Reference in New Issue
Block a user