PoincareSection is a setting for the option TrekGenerator that specifies that the Poincaré section for differential equations is used to generate treks.
LocatorPane[{x, y}, back] represents a pane with a locator at position {x, y} and background back.LocatorPane[Dynamic[pt], back] takes the locator position to be the ...
Sinh
(Built-in Mathematica Symbol) Sinh[z] gives the hyperbolic sine of z.
WatsonUSquareTest[data] tests whether data is normally distributed using the Watson U^2 test.WatsonUSquareTest[data, dist] tests whether data is distributed according to dist ...
GammaRegularized[a, z] is the regularized incomplete gamma function Q(a, z).
KuiperTest[data] tests whether data is normally distributed using the Kuiper test.KuiperTest[data, dist] tests whether data is distributed according to dist using the Kuiper ...
LinebreakAdjustments is an option for selections that sets parameters used for calculating where automatic line breaks should be inserted.
CramerVonMisesTest[data] tests whether data is normally distributed using the Cramér\[Dash]von Mises test.CramerVonMisesTest[data, dist] tests whether data is distributed ...
Function[body] or body & is a pure function. The formal parameters are # (or #1), #2, etc. Function[x, body] is a pure function with a single formal parameter x. ...
TextRecognize[image] recognizes text in image and returns it as a string.