LibraryFunctionUnload[fun] unloads a LibraryFunction so that it cannot be used.
LibraryUnload[lib] unloads all functions that have been loaded from a Wolfram Library, then it unloads the library.
$LibraryPath gives the default list of directories to search in attempting to find a library.
Widget["Table"] represents a table.
LogPlot
(Built-in Mathematica Symbol) LogPlot[f, {x, x_min, x_max}] generates a log plot of f as a function of x from x_min to x_max. LogPlot[{f_1, f_2, ...}, {x, x_min, x_max}] generates log plots of several ...
TimeValue[s, i, t] calculates the time value of a security s at time t for an interest specified by i.
Mathematica provides many options for styling the cells that appear in notebooks. Some of the more common styling options are available directly from the Format menu. All ...
Because of its unified symbolic architecture, Mathematica provides powerful capabilities for creating layouts, both interactively and programmatically, and containing ...
Whether for simple annotation or to produce publication-quality plots, adding text outside the area of plots is one of many customization features that Mathematica provides ...
HelpBrowserSettings -> {opt_1 -> val_1, opt_2 -> val_2, ...} is a global option that specifies settings for the legacy Help Browser.