Bit
(Mathematica Import/Export Format) Uniform sequence of bits. Binary data format.
ExponentFunction is an option for NumberForm and related functions that determines the exponent to use in printing approximate real numbers.
SelectComponents[m, " prop", crit] computes a property " prop" for all components in a label matrix m and returns a version of m in which components that do not satisfy crit ...
SimpleGraph[g] gives the underlying simple graph from the graph g.
SimpleGraphQ[g] yields True if the graph g is a simple graph and False otherwise.
WatershedComponents[image] computes the watershed transform of image, returning the result as a matrix in which positive integers label the catchment ...
WeightedAdjacencyMatrix[g] gives the adjacency matrix of edge weights of the graph g.
When you install a MathLink-compatible external program using Install, the program is set up to behave somewhat like a simplified Mathematica kernel. Every time you call a ...
InterpolateRoot[lhs == rhs, {x, x_0, x_1}] searches for a numerical solution to the equation lhs == rhs using x_0 and x_1 as the first two values of x.
NumberForm[expr, n] prints with approximate real numbers in expr given to n-digit precision.