EdgeDelete[g, e] makes a graph by deleting the edge e from the graph g.EdgeDelete[g, {e_1, e_2, ...}] deletes a collection of edges from g.EdgeDelete[g, patt] deletes all ...
FileNameJoin[{"name_1", "name_2", ...}] joins the name_i together into a file name suitable for your current operating system.
FindLibrary[lib] finds a dynamic library that can be loaded by LibraryFunctionLoad.
Flatten
(Built-in Mathematica Symbol) Flatten[list] flattens out nested lists. Flatten[list, n] flattens to level n. Flatten[list, n, h] flattens subexpressions with head h. Flatten[list, {{s_11, s_12, ...}, ...
FromDMS
(Built-in Mathematica Symbol) FromDMS[{d, m, s}] converts from degrees, minutes, and seconds to decimal degrees. FromDMS["dms"] converts from a DMS string to decimal degrees.FromDMS["latlong"] converts ...
HigmanSimsGroupHS[] represents the sporadic simple Higman\[Dash]Sims group HS.
ImageSize is an option that specifies the overall size of an image to display for an object.
InstallService["url"] installs the web service operations in the WSDL description at the URL given.InstallService["url", "context`"] installs web service operations, creating ...
Intersection[list_1, list_2, ...] gives a sorted list of the elements common to all the list_i.
InverseDistanceTransform[image] gives the inverse distance transform of image, returning the result as a binary image.