Modul:Math: Unterschied zwischen den Versionen

K
really fix trailing periods
(trailing dot)
K (really fix trailing periods)
Zeile 136: Zeile 136:
     if current_precision < precision then
     if current_precision < precision then
         if current_precision <= 0 then
         if current_precision <= 0 then
             if precision >= 0 then
             if precision > 0 then
                 local zero_sep = lang:formatNum( 1.1 );
                 local zero_sep = lang:formatNum( 1.1 );
                 formatted_num = formatted_num .. zero_sep:sub(2,2);
                 formatted_num = formatted_num .. zero_sep:sub(2,2);
Anonymer Benutzer