FileNameDrop["name", n] drops the first n path elements in the file name " name".FileNameDrop["name", -n] drops the last n path elements in the file name " ...
FileNameTake["name"] gives the last path element in the file name " name".FileNameTake["name", n] gives the first n path elements in the file name " ...
FrontEndEventActions is an option for the notebook front end that gives a list of actions to perform when specified user-interface events occur.
FrontEndExecute[expr] sends expr to be executed by the Mathematica front end.
Hypergeometric2F1[a, b, c, z] is the hypergeometric function \[InvisiblePrefixScriptBase]_2 F_1 (a, b; c; z).
ImageClip[image] clips all channel values in image to lie in the default range.ImageClip[image, {min, max}] clips channel values to lie in the range from min to ...
IncludeConstantBasis is an option for LinearModelFit and other fitting functions that specifies whether a constant term should be included if not explicitly given in the list ...
In
(Built-in Mathematica Symbol) In[n] is a global object that is assigned to have a delayed value of the n\[Null]^th input line.
InputAssumptions is an option for WolframAlpha that specifies assumptions for current query input.
LinkWrite[link, expr] writes expr to the specified MathLink connection.