Credits Overview Plotting Styles Commands Terminals

NaN

If an integer arithmetic expression overflows the limiting range, [-2^63 : 2^63] for 64-bit integers, the result is returned as NaN (Not a Number). This is not treated as an error. Example:

     gnuplot> set overflow NaN
     gnuplot> print 10**18, 10**19
     1000000000000000000 NaN