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)
commit21e2b568838b102ee7be38af599a3f7a6ab61b77
tree6b45f8b06080b09757e2a2c63f66b662923d6495
parent74f3109d808ef8f7f56373868070d728f22cfac2
floating point value support

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.
graph