read a
printf '%.3f \n' `echo $a | bc -l `
入力された計算式(例えば-105+50*3/20 + (19^2)/7
みたいな)を計算して小数点以下3桁まで四捨五入して表示したい時のスクリプト。
Go to list of users who liked
More than 5 years have passed since last update.
read a
printf '%.3f \n' `echo $a | bc -l `
入力された計算式(例えば-105+50*3/20 + (19^2)/7
みたいな)を計算して小数点以下3桁まで四捨五入して表示したい時のスクリプト。
Register as a new user and use Qiita more conveniently
Go to list of users who liked