Property | Value |
---|---|
Hex Value | $95 |
Categories |
|
Localizations |
|
nCr
Overview
Returns the number of combinations of valueA
taken valueB
at a time.
Availability: Token available everywhere.
Syntax
valueA nCr valueB
Arguments
Name | Type | Optional |
---|---|---|
valueA | ||
valueB |
Location
math, PRB
, 3:nCr
Overview
Returns a list of the combinations of value
taken each element in list
at a time.
Availability: Token available everywhere.
Syntax
value nCr list
Arguments
Name | Type | Optional |
---|---|---|
value | ||
list | list |
Location
math, PRB
, 3:nCr
Overview
Returns a list of the combinations of each element in list
taken value
at a time.
Availability: Token available everywhere.
Syntax
list nCr value
Arguments
Name | Type | Optional |
---|---|---|
list | list | |
value |
Location
math, PRB
, 3:nCr
Overview
Returns a list of the combinations of each element in listA
taken each element in listB
at a time.
Availability: Token available everywhere.
Syntax
listA nCr listB
Arguments
Name | Type | Optional |
---|---|---|
listA | list | |
listB | list |
Location
math, PRB
, 3:nCr
Description
Examples
Explanation 1
code 1
Explanation 2
code 2
Error Conditions
Advanced Notes
History
Calculator | OS Version | Description |
---|---|---|
TI-82 | 1.0 | Added |
Related Commands
Authors: