PerformanceGoal is an option for plotting and various other algorithmic functions that specifies what aspect of performance to try to optimize with Automatic settings for ...
PrimeZetaP[s] gives prime zeta function P(s).
Put
(Built-in Mathematica Symbol) expr >> filename writes expr to a file. Put[expr_1, expr_2, ..., " filename"] writes a sequence of expressions expr_i to a file. Put["filename "] creates an empty file with ...
QFactorial[n, q] gives the q-factorial [n] q!.
Raster
(Built-in Mathematica Symbol) Raster[{{a_11, a_12, ...}, ...}] is a two-dimensional graphics primitive which represents a rectangular array of gray cells. Raster[{{{r_11, g_11, b_11}, ...}, ...}] ...
RotateLeft[expr, n] cycles the elements in expr n positions to the left. RotateLeft[expr] cycles one position to the left. RotateLeft[expr, {n_1, n_2, ...}] cycles elements ...
SpheroidalS2[n, m, \[Gamma], z] gives the radial spheroidal function S_n^m, (2)(\[Gamma], z) of the second kind.
Thick
(Built-in Mathematica Symbol) Thick is a graphics directive that specifies that lines which follow should be drawn thick.
Thin
(Built-in Mathematica Symbol) Thin is a graphics directive that specifies that lines which follow should be drawn thin.
TimeUsed[] gives the total number of seconds of CPU time used so far in the current Mathematica session.