Message
(Built-in Mathematica Symbol) Message[symbol::tag] prints the message symbol::tag unless it has been switched off. Message[symbol::tag, e_1, e_2, ...] prints a message, inserting the values of the e_i as ...
MultiplicativeOrder[k, n] gives the multiplicative order of k modulo n, defined as the smallest integer m such that k^m \[Congruent] 1 mod n. MultiplicativeOrder[k, n, {r_1, ...
NotebookEventActions is a notebook option that gives a list of actions to perform when specified events occur in connection with the notebook.
NumberFieldFundamentalUnits[a] gives a list of fundamental units for the field \[DoubleStruckCapitalQ][a] generated by the algebraic number a.
PartitionsP[n] gives the number p (n) of unrestricted partitions of the integer n.
PartitionsQ[n] gives the number q (n) of partitions of the integer n into distinct parts.
PlotMarkers is an option for graphics functions like ListPlot and ListLinePlot that specifies what markers to draw at the points plotted.
PlotStyle is an option for plotting and related functions that specifies styles in which objects are to be drawn.
ScalingFunctions is an option for BarChart, Histogram, and other charting functions that specifies what scaling functions should be used.
StringForm["controlstring", expr_1, ...] prints as the text of the controlstring, with the printed forms of the expr_i embedded.