{{ score }}
  #
# 'dc' can be used as reverse polish notation calculator
# Here we set set the decimal precision to 3 (1.001) via the command '3 k',
# then we calculate '3 / 2'. Lastly we print the result with 'n'
dc -e '3 k 3 2 / n'