SetSelectedNotebook[notebook] makes the specified notebook be the currently selected one in the front end.
ShowCursorTracker is an option for Cell that specifies whether an elliptical spot should appear momentarily to guide the eye if the cursor position jumps.
StringLength["string"] gives the number of characters in a string.
The method "DoubleStep" performs a single application of Richardson's extrapolation for any one-step integration method. Although it is not always optimal, it is a general ...
Numerical root finding. NSolve gives you numerical approximations to all the roots of a polynomial equation. You can also use NSolve to solve sets of simultaneous equations ...
CUDADriverVersion[] gives the version of the installed NVIDIA driver.
CUDAResourcesUninstall[] uninstalls the CUDAResources paclet.
ReleaseJavaObject[javaobject] tells the Java memory-management system to forget about any references to the specified JavaObject that are being maintained solely for the sake ...
LibraryVersionString[lib] returns a string of library version information.
ReferencedAssemblies is an option to DefineDLLFunction that specifies assemblies needed to compile your function declaration.