BSplineCurve[{pt_1, pt_2, ...}] is a graphics primitive that represents a non-uniform rational B-spline curve with control points pt_i.
ParticleData[name, " property"] gives the specified property for a subatomic particle or family of particles with the specified name. ParticleData[{name, q}, " property"] ...
\[Rule]
(Mathematica Character Name) Unicode: F522. Alias: Esc -> Esc. Infix operator with built-in evaluation rules. x y is by default interpreted as x->y or Rule[x,y]. x y z groups as x (y z). ...
$AssertFunction specifies a function to apply to assertions that fail.
$DynamicEvaluation is a symbol whose value is True if it is evaluated as part of the evaluation of a Dynamic.
IsotopeData[{Z, A}, " property"] gives the value of the specified property for the isotope with atomic number Z and mass number A.IsotopeData["name", " property"] gives the ...
Database connection pools are a common way to improve the performance of database operations. They can be useful because creating a new connection can easily take several ...
You can export XML data from Mathematica using the standard Export function. Exporting files. The first argument of the function specifies the file to which the data should ...
This example demonstrates various techniques for designing a progress bar dialog and a number of options available to wrap the reusable widget involved. Here is one technique ...