Ordinary mathematical functions in Mathematica are always "listable", so that they are immediately applied in parallel across lists. Mathematica provides a wide variety of ...
CellPrint[expr] inserts expr as a complete cell in the current notebook just below the cell being evaluated. CellPrint[{expr_1, expr_2, ...}] inserts a sequence of cells.
HoldFirst is an attribute which specifies that the first argument to a function is to be maintained in an unevaluated form.
RealizeDegreeSequence[s] constructs a semirandom graph with degree sequence s.
Mathematica can export dynamic visualizations to common multimedia formats, as well as being able to import animated graphics and other data.
ComposeList[{f_1, f_2, ...}, x] generates a list of the form {x, f_1[x], f_2[f_1[x]], ...}.
DirectoryStack[] gives the directory stack that represents the sequence of current directories used.
Uniform sequence of IEEE double-precision complex numbers. Binary data format.
Uniform sequence of IEEE quad-precision complex numbers. Binary data format.
Uniform sequence of IEEE single-precision complex numbers. Binary data format.