LowerTermFineStructureEnergy[element] gives a list of {wavelength_v, energy} pairs, where wavelength_v is the wavelength in vacuum and energy is the energy of the ...
Coordinates[] gives a list of the default coordinate variables in the default coordinate system. Coordinates[coordsys] gives a list of the default coordinate variables in the ...
The functional and list-oriented characteristics of the core Mathematica language allow Mathematica to provide immediate built-in data parallelism, automatically distributing ...
Mathematica makes it easy to take even the most complicated derivatives involving any of its huge range of differentiable special functions.
CellEventActions is an option for Cell that gives a list of actions to perform when specified events occur in connection with a cell in a notebook.
Contours is an option for contour plots that specifies the contours to draw.
ConversionRules is an option for Cell that can be set to a list of rules specifying how the contents of the cell are to be converted to external formats.
DatePattern[{"e_1", "e_2", ...}] represents the characters of a date with elements of type "e_i" in StringExpression.DatePattern[{"e_1", "e_2 ", ...}, sep] allows separators ...
FromContinuedFraction[list] reconstructs a number from the list of its continued fraction terms.
OptionValue[name] gives the value of name in options matched by OptionsPattern. OptionValue[f, name] gives the value of name for options associated with the head f. ...