Action
(Notation Package Symbol) Action is an option of Notation, Symbolize and InfixNotation that defines what action will be performed with the given notation statement.
WorkingForm is an option of Notation, Symbolize and InfixNotation that defines in which form the notation will be defined.
CUDAFluidDynamics[] demonstrates computational fluid dynamics using CUDALink.
TraditionalForm differs from StandardForm, the default format for input and output. It is important to understand that TraditionalForm expressions cannot always be provided ...
NakagamiDistribution[\[Mu], \[Omega]] represents a Nakagami distribution with shape parameter \[Mu] and spread parameter \[Omega].
TrigToRadicals[expr] converts trigonometric functions to radicals whenever possible in expr.
Modulus
(Built-in Mathematica Symbol) Modulus -> n is an option that can be given in certain algebraic functions to specify that integers should be treated modulo n.
TraceOn
(Built-in Mathematica Symbol) TraceOn is an option for Trace and related functions which specifies when tracing should be switched on.
Glaisher is Glaisher's constant with numerical value \[TildeEqual] 1.28243.
p?test is a pattern object that stands for any expression which matches p, and on which the application of test gives True.