-
MathType
-
Wiris Quizzes
-
Learning Lemur
-
CalcMe
-
MathPlayer
-
Store FAQ
-
VPAT for the electronic documentation
-
MathFlow
-
BF FAQ
Take
Reading time: 1minReturns the first (last) elements of a list.
Syntax
take(List, Integer)
Description
Given a list L and an integer n: if n is positive, returns the first n elements of L; if n is negative returns the last n elements of L.