Property | Value |
---|---|
Hex Value | $94 |
Categories |
|
Localizations |
|
Returns the number of permutations of valueA
taken valueB
at a time.
Availability: Token available everywhere.
valueA nPr valueB
Name | Type | Optional |
---|---|---|
valueA | ||
valueB |
math, PRB
, 2:nPr
Returns a list of the permutations of value
taken each element in list
at a time.
Availability: Token available everywhere.
value nPr list
Name | Type | Optional |
---|---|---|
value | ||
list | list |
math, PRB
, 2:nPr
Returns a list of the permutations of each element in list
taken value
at a time.
Availability: Token available everywhere.
list nPr value
Name | Type | Optional |
---|---|---|
list | list | |
value |
math, PRB
, 2:nPr
Returns a list of the permutations of each element in listA
taken each element in listB
at a time.
Availability: Token available everywhere.
listA nPr listB
Name | Type | Optional |
---|---|---|
listA | list | |
listB | list |
math, PRB
, 2:nPr
Explanation 1
code 1
Explanation 2
code 2
Calculator | OS Version | Description |
---|---|---|
TI-82 | 1.0 | Added |