Skip to content
Property Value
Hex Value $95
Categories
Localizations
  • FR: Combinaison

nCr

Overview

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

Availability: Token available everywhere.

Syntax

valueA nCr valueB

Arguments

NameTypeOptional
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

NameTypeOptional
value
listlist

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

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

NameTypeOptional
listAlist
listBlist

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

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