Valentin Lorentz c0d033ff84 Math: Fix crash in @convert on small/large single-digit numbers
str() converts them to the exponent notation, which makes split('.')[1]
crash, since there is no decimal part in the exponent notation when there
is a single significant digit.
2021-11-28 18:00:58 +01:00
..
2021-11-09 22:33:12 +01:00
2021-10-20 17:39:50 -07:00
2021-11-09 22:33:12 +01:00
2021-11-09 22:33:23 +01:00