CellInformation[obj] gives information about selected cells in the notebook represented by the notebook object obj.
PowerListQ[f] gives True if the list representing the powers of a primitive element of the field is used to do field arithmetic, and False otherwise.
x-- decreases the value of x by 1, returning the old value of x.
x++ increases the value of x by 1, returning the old value of x.
NetworkFlow[g, source, sink] returns the value of a maximum flow through graph g from source to sink. NetworkFlow[g, source, sink, Edge] returns the edges in g that have ...
GaussianQuadratureWeights[n, a, b] gives a list of the n pairs {x_i, w_i} of the elementary n-point Gaussian formula for quadrature on the interval a to b, where w_i is the ...
Front end tokens let you perform kernel commands that would normally be done using the menus. Front end tokens are particularly convenient for writing programs to manipulate ...
TetGenSetPoints[expr, points] sets the points in a TetGen expression.
void MLClose (MLINK link) closes a MathLink connection.
DataSources[] returns a list of information about named data sources made available through DatabaseResourcesPath.DataSources[name] returns a list of information about the ...