I'm currently working on a tool that plots real time graphs.
Some of the metrics are ratios and sometimes the values are such that you might be trying to divide a number by zero.
The mathematically correct thing to show in this case is 'Undefined'
x/0 = undefined
What's the best way of plotting this on a graph? An what should the current value display?
Is it just best to be honest and say undefined?
I've seen other people just pretend the answer's zero, but I think that's misleading...
