1
0
mirror of https://github.com/DanilaFe/abacus synced 2025-04-22 00:24:12 -07:00

Make the C in nCr capital.

This commit is contained in:
Danila Fedorin 2017-08-09 15:08:08 -07:00
parent fd2619a8b7
commit 6cded712b0

View File

@ -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);