Uh oh!
There was an error while loading. Please reload this page.
Add/improve num const docs - #34277
Merged
Merged
Conversation
This adds short summaries to all num consts.
euclio
commented
Jun 16, 2016
Contributor
It might be helpful to include an example of |
| pub const E: f32 = 2.71828182845904523536028747135266250_f32; | ||
| /// log2(e) | ||
| /// log<sub>2</sub>(e) |
steveklabnik
commented
Jun 27, 2016
Contributor
Hey @ollie27 , sorry for the late review. I have one nit, and then this is good to go after! |
ollie27
commented
Jun 30, 2016
ContributorAuthor
I've changed the description for |
steveklabnik
commented
Jul 5, 2016
Contributor
@bors: r+ rollup Thanks! |
bors
commented
Jul 5, 2016
Collaborator
📌 Commit 2dcfa62 has been approved by |
steveklabnik added a commit
to steveklabnik/rust
that referenced
this pull request
Jul 5, 2016
Add/improve num const docs This adds short summaries to all num consts. r? @steveklabnik
steveklabnik added a commit
to steveklabnik/rust
that referenced
this pull request
Jul 5, 2016
Add/improve num const docs This adds short summaries to all num consts. r? @steveklabnik
steveklabnik added a commit
to steveklabnik/rust
that referenced
this pull request
Jul 6, 2016
Add/improve num const docs This adds short summaries to all num consts. r? @steveklabnik
bors added a commit
that referenced
this pull request
Jul 7, 2016
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds short summaries to all num consts.
r? @steveklabnik