HP Prime for All

English  Русский 

Syntax

INTERSECT({list1}, ...{listN})

Description

Returns a list of the elements common to all the lists.

Example

INTERSECT({1,2,3},{2,4,8}) returns {2}

INTERSECT — Discussion