SQLBinary[data] represents raw binary data that can be stored in a database.
LoadNETAssembly[assembly] loads the specified assembly into the .NET runtime and returns a NETAssembly expression that can be used to identify the assembly. ...
NETNew[type] constructs a new object of the specified .NET type. NETNew[type, args...] constructs a new object of the specified .NET type, passing the supplied argument ...
$NETExceptionHandler allows you to control how exceptions thrown in .NET are handled in Mathematica.
RevolutionPlot3D[f_z, {t, t_min, t_max}] generates a plot of the surface of revolution with height f_z at radius t.RevolutionPlot3D[f_z, {t, t_min, t_max}, {\[Theta], ...
SetEdgeWeights[g] assigns random real weights in the range [0, 1] to edges in g. SetEdgeWeights[g, e] assigns edge weights to the edges in the edge list e. SetEdgeWeights[g, ...
ErrorBar
(Error Bar Plots Package Symbol) ErrorBar[{ negerror, poserror }] error in the positive and negative directions.ErrorBar[yerr] error yerr in both the positive and negative directions.ErrorBar[xerr, yerr] ...
Power series are in many ways the algebraic analog of limited-precision numbers. Mathematica can generate series approximations to virtually any combination of built-in ...
There are two ways to automatically number text in Mathematica . The simplest way is to use a cell style that automatically numbers text by default. Alternatively, you can ...
Mathematica 's unified symbolic graphics architecture makes it possible to mix programmatic graphics generation with interactive editing and control. The Mathematica Drawing ...