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
1 changed files with 2 additions and 2 deletions

View File

@ -620,8 +620,8 @@ public class StandardPlugin extends Plugin {
registerOperator("^", OP_CARET);
registerOperator("!", OP_FACTORIAL);
registerOperator("npr", OP_NPR);
registerOperator("ncr", OP_NCR);
registerOperator("nPr", OP_NPR);
registerOperator("nCr", OP_NCR);
registerFunction("abs", FUNCTION_ABS);
registerFunction("exp", FUNCTION_EXP);