OpenCLLink allows Mathematica to use the OpenCL parallel computing language. It contains functions that facilitate loading user-defined OpenCL functions into Mathematica. ...
Mathematica automatically handles all standard compression and archive formats.
OutputStream["name", n] is an object that represents an output stream for functions such as Write.
ReleaseHold[expr] removes Hold, HoldForm, HoldPattern, and HoldComplete in expr.
SignPadding is an option for NumberForm and related functions that specifies whether padding should be inserted after signs.
Normalize[v] gives the normalized form of a vector v. Normalize[z] gives the normalized form of a complex number z.Normalize[expr, f] normalizes with respect to the norm ...
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 ...
Most modern computer systems provide ways to collect code into libraries. These libraries are said to be dynamic if they can be loaded into an application at runtime rather ...
BernsteinBasis[d, n, x] represents the n\[Null]^th Bernstein basis function of degree d at x.