mirror of
https://github.com/DanilaFe/abacus
synced 2024-11-17 08:03:09 -08:00
Make the C in nCr capital.
This commit is contained in:
parent
e6f5af3727
commit
021e569491
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user