When I calculate Arithmetic operations using the math.eval function without quotes, null values are ignored and correct results are obtained. However, if I use quotes in the same function, it throws an error.
The issue is that I require strings because I have custom functions that rely on them for processing.
I am currently utilizing version 4.0.1 of mathjs.