From f54b35a280c4a9177b7bbb0b6f1e66e0c502597c Mon Sep 17 00:00:00 2001 From: Michael De Roover Date: Sun, 6 Dec 2020 00:24:25 +0100 Subject: [PATCH] Increase accuracy on per million stats This is useful particularly for the deaths. Most countries (fortunately) still have those in the <0.1% range. --- cv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cv b/cv index dffa02e..452efb2 100755 --- a/cv +++ b/cv @@ -32,7 +32,7 @@ get(){ fi } getpm(){ - out "╰> Per 1M " "$(get $1) ($(echo "$(bc <<< "scale = 1; $(get $1) / 10000")%"))" "" + out "╰> Per 1M " "$(get $1) ($(echo "$(bc <<< "scale = 2; $(get $1) / 10000")%"))" "" } yget(){ date=$ydate