$PrintServiceRequest uses the Mathematica Print function to print the message sent to a web service.
int MLPutReal64 (MLINK link, double x) puts the double-precision floating-point number x to the MathLink connection specified by link.
MLParameters is a MathLink type used to contain user-supplied parameters or functionality for an MLENV object.
ConnectedQ[g] yields True if undirected graph g is connected. If g is directed, the function returns True if the underlying undirected graph is connected. ConnectedQ[g, ...
MakeDirected[g] constructs a directed graph from a given undirected graph g by replacing each undirected edge in g by two directed edges pointing in opposite directions.
RevolutionPlot3D and SphericalPlot3D have been added to the built-in Mathematica kernel. RevolutionPlot3D includes the functionality of CylindricalPlot3D.
FontProperties -> {opt_1 -> val_1, opt_2 -> val_2} specifies font properties.
ReinstallJava[] is a convenience function that calls UninstallJava followed by InstallJava.
UseFrontEnd[expr] evaluates expr in an environment where the kernel can make use of the services of the notebook front end.
ReinstallNET[] is a convenience function that calls UninstallNET[] and then InstallNET[].