|
SOLUTIONS
|
DEVELOPER PACKAGE SYMBOL
$MaxMachineInteger
gives the maximum integer that is represented internally as a single atomic data element on your computer system.
DetailsDetails
- To use
, you first need to load the Developer Utilities Package using Needs["Developer`"].
is typically
on a computer system that is referred to as an n-bit system. - Arithmetic operations involving integers smaller than
are typically faster than those involving larger integers.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
