processing4
processing4 copied to clipboard
fixed issue#750 ArrayIndexOutOfBoundsException
Issue link : https://github.com/benfry/processing4/issues/750#issue-1806359306
Problem : It wasn't able to parse exponents leading to ArrayIndexOutOfBoundsException
Solution : handled that edge case. it will now be able to parse values such as 6.2e-4
Behavior after modification: