Mathematica can handle numbers of essentially unlimited length, in any base, using state-of-the-art platform-optimized algorithms, including several developed at Wolfram ...
FontProperties -> {opt_1 -> val_1, opt_2 -> val_2} specifies font properties.
HelpBrowserSettings -> {opt_1 -> val_1, opt_2 -> val_2, ...} is a global option that specifies settings for the legacy Help Browser.
$MessageList is a global variable that gives a list of the names of messages generated during the evaluation of the current input line.
mcomplex*MTensor_getComplexData (MTensor t) gets an array of the data elements of an MTensor of complex type.
mint*MTensor_getIntegerData (MTensor t) gets an array of the data elements of an MTensor of integer type.
double*MTensor_getRealData (MTensor t) gets an array of the data elements of an MTensor of real type.
IncidenceMatrix[g] gives the vertex-edge incidence matrix of the graph g.
At the core of Mathematica is the foundational idea that everything —data, programs, formulas, graphics, documents—can be represented as symbolic expressions. And it is this ...
RootApproximant[x] converts the number x to one of the "simplest" algebraic numbers that approximates it well.RootApproximant[x, n] finds an algebraic number of degree at ...