firstEvents

This file show an optional help for the function firstEvents in the class FormulaSample.

Returns an array of length n containing the first even natural numbers, starting with 0. firstEvens(5) will return [0,2,4,6,8].