BitClear[n, k] sets to 0 the bit corresponding to the coefficient of 2^k in the integer n.
BitGet
(Built-in Mathematica Symbol) BitGet[n, k] gets the bit corresponding to the coefficient of 2^k in the integer n.
ScalingFunctions is an option for BarChart, Histogram, and other charting functions that specifies what scaling functions should be used.
Curl
(Vector Analysis Package Symbol) Curl[f] gives the curl, \[Del]*f, of the vector field f in the default coordinate system. Curl[f, coordsys] gives the curl of f in the coordinate system coordsys.
SQLBinary[data] represents raw binary data that can be stored in a database.
ResetScheduledTask[obj] resets scheduled task object obj to the original parameter values.ResetScheduledTask[obj, timespec] resets scheduled task timing to ...
FindMaximum[f, x] searches for a local maximum in f, starting from an automatically selected point.FindMaximum[f, {x, x_0}] searches for a local maximum in f, starting from ...
UnsavedVariables is an option for Manipulate, DynamicModule, and related functions that specifies local symbols that should not be saved when the notebook containing them is ...
TextRecognize[image] recognizes text in image and returns it as a string.
One of the most common uses of MathLink is to allow you to call functions in an external program from within Mathematica. Once the external program has been set up, all you ...