MATLAB: Matlab returns Inf for 10^1000.

MATLAB

Why is 10^1000 unrepresentable in Matlab?

Best Answer

MATLAB uses IEEE 754 Double Precision Floating Point. The maximum representable value is approximately 1E+308
The File Exchange has an extended precision integer tool.
The Symbolic Toolbox represents values with potentially longer precision. I am not certain what the limit is; 10^10000 possibly, maybe higher.