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

(Issue #10) num_rational::Ratio: Add the ability to format as a decimal #37

Closed
wants to merge 5 commits into from

Commits on Jul 21, 2018

  1. (Issue rust-num#10) Added simple formatting of Ratio<T> as a decimal …

    …approximation to the fmt if it's given a Formatter with precision.
    Hazardius committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    f2f7843 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2018

  1. (Issue rust-num#10) Separated decimal approximation from the fmt to t…

    …he separate method 'as_decimal' returning String.
    Hazardius committed Aug 11, 2018
    Configuration menu
    Copy the full SHA
    396ad3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1973c13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69be761 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2018

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