Next:
Affected operations
Up:
Overflow
Previous:
NaN
Index
Undefined
If an integer arithmetic expression overflows the limiting range, [-2
^
63 : 2
^
63] for 64-bit integers, the result is undefined. This is treated as an error. Example:
gnuplot> set overflow undefined gnuplot> A = 10**19 ^ undefined value