-
MathType
-
Wiris Quizzes
-
Learning Lemur
-
CalcMe
-
MathPlayer
-
Store FAQ
-
VPAT for the electronic documentation
-
MathFlow
-
BF FAQ
Subset
Reading time: 1minChecks if a set is a subset of another one.
Syntax
subset?(List | Vector, List | Vector)
Description
Given two list or vectors A and B, returns true
if the A is a subset of B, and false
otherwise.