legend-pure icon indicating copy to clipboard operation
legend-pure copied to clipboard

Parse negative numbers as numbers rather than function minus

Open rafaelbey opened this issue 2 years ago • 0 comments

Today -123 is parsed as minus(123). This limits the negative number range, where users cannot do operations with the minimum 64 bit integral number since it cause an overflow.

This also simplifies the graph, avoiding function call to represent numbers.

rafaelbey avatar Apr 22 '22 21:04 rafaelbey