When I try
fval=1.40 ; echo "scale=0 ; 1000 * ${fval}" | bc
I get the result
1400.00
With my specified value for scale, I expect no decimal points.
Anyone else have this issue?
Version: bc 1.07.1
----- edit -----
Also posted on "Ask Ubuntu".