Update commasep-num.mrg

This commit is contained in:
kneutron 2021-04-09 15:35:32 -05:00 committed by GitHub
parent cfda817080
commit 13d397f4dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,3 +16,4 @@ function commanum () {
#$ echo $tmpvar #$ echo $tmpvar
#80,000,000,000 #80,000,000,000
# Limitation: it doesn't handle fractional numbers x.xx , just integers - anything after the decimal gets dropped # Limitation: it doesn't handle fractional numbers x.xx , just integers - anything after the decimal gets dropped
# so don't try to display π (pi) with it ;-)