Module:Math: Difference between revisions

    m>Dragons flight
    (whitespace)
    m>Dragons flight
    (unnecessary)
    Line 46: Line 46:
             if pos <= 0 then
             if pos <= 0 then
                 return 0
                 return 0
            end
                           
            if x:byte(pos) == string.byte('.') then
                pos = pos - 1
             end
             end
         end
         end