>>130
場合によっては bc 使う
$ for i in $(seq 10); do echo "$i/10.0" | bc -l; done