You are viewing a single comment's thread. Return to all comments →
read -p "Enter expression: " expr result=expr" | bc -l) printf "%.3f\n" "$result"
Seems like cookies are disabled on this browser, please enable them to open this website
Arithmetic Operations
You are viewing a single comment's thread. Return to all comments →
read -p "Enter expression: " expr result=expr" | bc -l) printf "%.3f\n" "$result"