SawtoothWave[x] gives a sawtooth wave that varies from 0 to 1 with unit period.SawtoothWave[{min, max}, x] gives a sawtooth wave that varies from min to max with unit period.
Scaled
(Built-in Mathematica Symbol) Scaled[{x, y, ...}] gives the position of a graphical object in terms of coordinates scaled to run from 0 to 1 across the whole plot range in each direction. Scaled[{dx, dy, ...
ScalingTransform[{s_x, s_y, ...}] gives a TransformationFunction that represents scaling by a factor s_i along each coordinate axis from the origin.ScalingTransform[{s_x, ...
Scan
(Built-in Mathematica Symbol) Scan[f, expr] evaluates f applied to each element of expr in turn. Scan[f, expr, levelspec] applies f to parts of expr specified by levelspec.
ScheduledTasks[] returns a list of ScheduledTaskObject expressions that represent current tasks.
SchurDecomposition[m] yields the Schur decomposition for a numerical matrix m, given as a list {q, t} where q is an orthonormal matrix and t is a block upper-triangular ...
ScientificForm[expr] prints with all real numbers in expr given in scientific notation. ScientificForm[expr, n] prints with numbers given to n-digit precision.
ScreenRectangle is a global option that specifies the position of the screen by giving the coordinates of two diagonally opposite corners.
ScreenStyleEnvironment is an option for notebooks that specifies the style environment to be used in displaying a notebook on the screen.
ScriptBaselineShifts is an option for Style that specifies the minimum distance in x-heights to shift subscripts and superscripts.