From 13d397f4dc500c86df470621894672cecae84d74 Mon Sep 17 00:00:00 2001 From: kneutron <50146127+kneutron@users.noreply.github.com> Date: Fri, 9 Apr 2021 15:35:32 -0500 Subject: [PATCH] Update commasep-num.mrg --- commasep-num.mrg | 1 + 1 file changed, 1 insertion(+) diff --git a/commasep-num.mrg b/commasep-num.mrg index 1bc6e76..bacff5a 100644 --- a/commasep-num.mrg +++ b/commasep-num.mrg @@ -16,3 +16,4 @@ function commanum () { #$ echo $tmpvar #80,000,000,000 # 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 ;-)