As of Version 7.0, NonlinearRegress has been superseded by NonlinearModelFit and is part of the built-in Mathematica kernel.
NotationMakeBoxes is a private version of MakeBoxes.
NotationMakeExpression is a private version of MakeExpression.
ParsedBoxWrapper is a wrapper that wraps parsed boxes which come from the TagBox expressions that are embedded in Notation, Symbolize and InfixNotation statements.
UpdateNotebookStyles[] is a function that will add the styles and input aliases the Notation Package defines to your current notebook.UpdateNotebookStyles[notebook] will ...
WorkingForm is an option of Notation, Symbolize and InfixNotation that defines in which form the notation will be defined.
The following are some issues and considerations to be aware of when using the Notation Package and/or designing notations. It is intrinsically difficult to debug something ...
Due to the complex inner workings of the Notation Package it is helpful to outline some of the more advanced features and structures of the Mathematica front end and how they ...
ExtraTerms is an option to EulerSum that specifies the number of terms to be used in the extrapolation process.
NLimit
(Numerical Calculus Package Symbol) NLimit[expr, z -> z_0] numerically finds the limiting value of expr as z approaches z_0.