Open Mte90 opened 3 months ago
so.. what's the problem?
The line:
__AMBER_VAL_0=$(echo "(${number}0.5)/1" | bc${operator})
Is wrong.
It should be:
__AMBER_VAL_0=$(echo "(${number}${operator}0.5)/1" | bc)
huh.. that is like super weird
I think I know what's the problem and how to fix it. But I have to test it first on my machine
An example code:
Generates: