HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
DIFFERENCE
Syntax
DIFFERENCE({list1}, ...{listN})
Description
Returns a list of the elements that are not common between 2 or more of the lists.
Example
DIFFERENCE({1,2,3},{2,4,8}) returns {1,3,4,8}
DIFFERENCE — Discussion
↑Back to top