Hello Bubblers,
I am unable to find the right way to use Math.js API call. I am using it to calculate a value and store it in the database. Here is my implementation:
However, the calculation output is not correct. Here’s the result:
The API call is supposed to return 12+(1)=13
But the result is 12. What am I doing wrong?
I appreciate your time!