Increase accuracy on per million stats

This is useful particularly for the deaths. Most countries (fortunately) still have those in the <0.1% range.
This commit is contained in:
Michael De Roover 2020-12-06 00:24:25 +01:00
parent 35450e026f
commit f54b35a280
Signed by: vim
GPG Key ID: 075496E232CE04CB
1 changed files with 1 additions and 1 deletions

2
cv
View File

@ -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