Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Strip out any number of trailing zeros after the decimal point ".0+" #670

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Sep 27, 2017

  1. normalize integers stored as floats where there are multiple trailing…

    … zeros after the decimal point
    albarrentine committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    d1bd381 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    838b40a View commit details
    Browse the repository at this point in the history
  3. adding an additional check to the float regex so it will only strip .…

    …0+ if the next letter is not a number
    albarrentine committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    c5e260b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c302e8 View commit details
    Browse the repository at this point in the history