Prime
(Built-in Mathematica Symbol) Prime[n] gives the n\[Null]^th prime number.
Quartics is an option for functions that involve solving algebraic equations that specifies whether explicit forms for solutions to quartic equations should be given.
RamanujanTauL[s] gives the Ramanujan tau Dirichlet L-function L(s).
RunScheduledTask[expr] schedules and starts a task that will repeatedly evaluate expr once per second.RunScheduledTask[expr, time] schedules and starts a task that will ...
Slot
(Built-in Mathematica Symbol) # represents the first argument supplied to a pure function. # n represents the n\[Null]\[Null]^th argument.
SplineWeights is an option for B-spline functions and graphics primitives that specifies weights of control points.
StringDrop["string", n] gives " string" with its first n characters dropped. StringDrop["string", -n] gives " string" with its last n characters dropped. StringDrop["string", ...
TrigExpand[expr] expands out trigonometric functions in expr.
VarianceEstimatorFunction is an option for LinearModelFit and NonlinearModelFit which specifies the variance estimator to use.
Partial differentiation operations. This gives ( ∂ ) / ( ∂x ) x^n. This gives the third derivative.