SetSharedFunction[f_1, f_2, ...] declares the symbols f_i as shared functions whose downvalues are synchronized among all parallel kernels.
FindClusters[{e_1, e_2, ...}] partitions the e i into clusters of similar elements. FindClusters[{e_1 -> v_1, e_2 -> v_2, ...}] returns the v_i corresponding to the e i in ...
ExponentialGeneratingFunction[expr, n, x] gives the exponential generating function in x for the sequence whose n\[Null]^th term is given by the expression ...
Unicode: F76D. Alias: Esc @ Esc. Structural element with built-in meaning. \[InvisibleApplication] is by default not visible on display, but is interpreted as function ...
CSV
(Mathematica Import/Export Format) MIME type: text/comma-separated-values, text/csv CSV tabular data format. Stores records of numerical and textual information as lines, using commas to separate fields. ...
Find Next searches forward for the next occurrence of the text string entered in the Find dialog box.
Find Previous searches backward for the next occurrence of the text string entered in the Find dialog box.
$MessagePrePrint is a global variable whose value, if set, is applied to expressions before they are included in the text of messages.
FileNames[] lists all files in the current working directory. FileNames[form] lists all files in the current working directory whose names match the string pattern form. ...
Mathematica allows you to use special notation for many common operators. For example, although internally Mathematica represents a sum of two terms as Plus[x,y], you can ...