DateString[] gives a string representing the complete current local date and time. DateString["elem"] gives the specified element or format for date and ...
Except
(Built-in Mathematica Symbol) Except[c] is a pattern object which represents any expression except one that matches c. Except[c, p] represents any expression that matches p but not c.
FileNameTake["name"] gives the last path element in the file name " name".FileNameTake["name", n] gives the first n path elements in the file name " ...
GenomeLookup["seq"] returns the positions of exact matches for the DNA sequence seq on the reference human genome.GenomeLookup["seq", n] returns at most n matches.
LogSeriesDistribution[\[Theta]] represents a logarithmic series distribution with parameter \[Theta].
MeanShift[list, d] replaces each element in list by the mean of the values of all elements that differ by less than d.
NextPrime[n] gives the next prime above n.NextPrime[n, k] gives the k\[Null]^th prime above n.
NotebookDirectory[] gives the directory of the current evaluation notebook. NotebookDirectory[nb] gives the directory for the notebook specified by nb.
NotebookGet[obj] gets the raw expression corresponding to the notebook represented by the notebook object obj. NotebookGet[] gets the raw expression corresponding to the ...
Orthogonalize[{v_1, v_2, ...}] gives an orthonormal basis found by orthogonalizing the vectors v_i.Orthogonalize[{e_1, e_2, ...}, f] gives a basis for the e_i orthonormal ...