← Back to context

Comment by Gracana

2 years ago

This is pretty cool. I particularly like the Math block.

One issue I noticed while doing a calculation: "belt_pitch = 5/8 in" evaluates to "0.625 in^-1". To get the behavior I expected, I had to add parenthesis around the fraction. Maybe this could be fixed by adjusting precedence rules?

Interesting. It's Math.js that is powering the Math blocks. I'll have to investigate if it can be configured.