floating point value support
authorMischa POSLAWSKY <perl@shiar.org>
Wed, 4 Sep 2019 18:29:09 +0000 (20:29 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Thu, 5 Sep 2019 03:11:33 +0000 (05:11 +0200)
Include numbers after decimal point; perl will handle it no problem.
Replace stupid digit calculation without number reformatting by simple
string length, also fixing log error on 0 values.


No differences found