Computational geometry is the study of efficient algorithms for solving geometric problems. The nearest neighbor problem involves identifying one point, out of a set of ...
ComputerNumber[x] gives the ComputerNumber object equivalent to the ordinary number x in the arithmetic currently in effect.ComputerNumber[sign, mantissa, exp] gives the ...
ExponentRange is an option to SetArithmetic that specifies the range of exponents that are to be allowed.
IdealDivision is an option to SetArithmetic that specifies whether $PreRead should be used to translate the default '/' division operator to use IdealDivide.
MixedMode
(Computer Arithmetic Package Symbol) MixedMode is an option to SetArithmetic that specifies whether mixed\[Dash]mode arithmetic is to be allowed.
RoundingRule is an option to SetArithmetic that specifies the rounding scheme to use.
RoundToEven is a setting for the option RoundingRule of SetArithmetic that specifies rounding to the nearest representable number and, in the case of a tie, rounding to the ...
RoundToInfinity is a setting for the option RoundingRule of SetArithmetic that specifies rounding to the nearest representable number and, in the case of a tie, rounding away ...
Truncation is a setting for the option RoundingRule of SetArithmetic that specifies rounding by discarding excess digits.
The Developer Utilities Package includes functions that directly access specific internal algorithms and capabilities of Mathematica that are normally used only as part of ...