| Property | Value |
|---|---|
| Hex Value | $94 |
| Categories |
|
| Localizations |
|
nPr
Overview
Returns the number of permutations of valueA taken valueB at a time.
Availability: Token available everywhere.
Syntax
valueA nPr valueB
Arguments
| Name | Type | Optional |
|---|---|---|
| valueA | ||
| valueB |
Location
math, PRB, 2:nPr
Overview
Returns a list of the permutations of value taken each element in list at a time.
Availability: Token available everywhere.
Syntax
value nPr list
Arguments
| Name | Type | Optional |
|---|---|---|
| value | ||
| list | list |
Location
math, PRB, 2:nPr
Overview
Returns a list of the permutations of each element in list taken value at a time.
Availability: Token available everywhere.
Syntax
list nPr value
Arguments
| Name | Type | Optional |
|---|---|---|
| list | list | |
| value |
Location
math, PRB, 2:nPr
Overview
Returns a list of the permutations of each element in listA taken each element in listB at a time.
Availability: Token available everywhere.
Syntax
listA nPr listB
Arguments
| Name | Type | Optional |
|---|---|---|
| listA | list | |
| listB | list |
Location
math, PRB, 2:nPr
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: