1
0
mirror of https://github.com/DanilaFe/abacus synced 2024-06-15 23:47:07 -07:00

Make the C in nCr capital.

This commit is contained in:
Danila Fedorin 2017-08-09 15:08:08 -07:00
parent e6f5af3727
commit 021e569491

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