mirror of
https://github.com/DanilaFe/abacus
synced 2025-04-21 16:18:44 -07:00
Make the C in nCr capital.
This commit is contained in:
parent
fd2619a8b7
commit
6cded712b0
@ -620,8 +620,8 @@ public class StandardPlugin extends Plugin {
|
|||||||
registerOperator("^", OP_CARET);
|
registerOperator("^", OP_CARET);
|
||||||
registerOperator("!", OP_FACTORIAL);
|
registerOperator("!", OP_FACTORIAL);
|
||||||
|
|
||||||
registerOperator("npr", OP_NPR);
|
registerOperator("nPr", OP_NPR);
|
||||||
registerOperator("ncr", OP_NCR);
|
registerOperator("nCr", OP_NCR);
|
||||||
|
|
||||||
registerFunction("abs", FUNCTION_ABS);
|
registerFunction("abs", FUNCTION_ABS);
|
||||||
registerFunction("exp", FUNCTION_EXP);
|
registerFunction("exp", FUNCTION_EXP);
|
||||||
|
Loading…
Reference in New Issue
Block a user