ScientificForm[expr] prints with all real numbers in expr given in scientific notation. ScientificForm[expr, n] prints with numbers given to n-digit precision.
MantissaExponent[x] gives a list containing the mantissa and exponent of a number x. MantissaExponent[x, b] gives the base-b mantissa and exponent of x.
EngineeringForm[expr] prints with all real numbers in expr given in engineering notation. EngineeringForm[expr, n] prints with numbers given to n-digit precision.
Mathematica normally makes as few assumptions as possible about the objects you ask it to manipulate. This means that the results it gives are as general as possible. But ...
ChampernowneNumber[b] gives the base-b Champernowne number C_b.ChampernowneNumber[] gives the base-10 Champernowne number.
AccountingForm[expr] prints with all numbers in expr given in standard accounting notation. AccountingForm[expr, n] prints with numbers given to n-digit precision.
Mathematica's symbolic character allows it to provide deep integrated support for algebraic numbers. At the core are Root objects, which provide exact implicit ...
Mathematica uses a large number of original algorithms to provide automatic systemwide support for inequalities and inequality constraints. Whereas equations can often be ...
int MLPutIntegerList (MLINK link, int *a, long n) puts a list of n integers starting from location a to the MathLink connection specified by link.
int MLGetInteger32Array (MLINK link, int ** a, int ** dims, char ***heads, int *d) gets an array of 32-bit integers from the MathLink connection specified by link, storing ...