Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes formatting and parsing of numbers #396

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

Commits on Sep 13, 2013

  1. Configuration menu
    Copy the full SHA
    9ef2f77 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2014

  1. fixes unreliable rounding in various browsers

    short version of:
    https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/round
    
    eg: rounding of 1.0005 with precision of 3 is different in IE than in
    Chrome
    
    string res = string.Format(CultureInfo.CurrentCulture, "{0:3}", 1.0005);
    Jan Hesse committed May 9, 2014
    Configuration menu
    Copy the full SHA
    b43c52c View commit details
    Browse the repository at this point in the history
  2. semicolon missing

    Jan Hesse committed May 9, 2014
    Configuration menu
    Copy the full SHA
    8ab2717 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2014

  1. format -0 as 0

    Jan Hesse committed Jun 27, 2014
    Configuration menu
    Copy the full SHA
    ecfdd2b View commit details
    Browse the repository at this point in the history