Questions tagged [floating-point]

93 questions
0
votes
1 answer

integer number division to decimal number in bash script

in bash script i have to change the value of $R , so i have to division to decimal number but it's impossible R=$((R/(15.6))) #for convert move in millimeter to second i try to R=$((R/(156/10))) #for convert move in millimeter to second but it…
armeen
  • 1