Skip to content
Property Value
Hex Value $94
Categories
Localizations
  • FR: Arrangement

nPr

Overview

Returns the number of permutations of valueA taken valueB at a time.

Availability: Token available everywhere.

Syntax

valueA nPr valueB

Arguments

NameTypeOptional
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

NameTypeOptional
value
listlist

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

NameTypeOptional
listlist
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

NameTypeOptional
listAlist
listBlist

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

Last update: September 30, 2023 15:38:51
Created: February 23, 2023 23:15:01
Authors: Adrien Bertrand