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

Reference all the numbers #22107

Merged
merged 24 commits into from
May 29, 2017

Conversation

fredrikekre
Copy link
Member

Follow up on #22067

@@ -545,7 +545,8 @@ julia> bits(Int8(-14))
julia> bits(Int8(60))
"00111100"
```
`BigInt`s are treated as if having infinite size, so no filling is required and this

[`BigInt`](@ref)'s are treated as if having infinite size, so no filling is required and this
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no apostrophe here

@fredrikekre fredrikekre force-pushed the fe/reference-all-the-things branch from 543c343 to 9ce4465 Compare May 28, 2017 15:14
Copy link
Member

@ararslan ararslan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Should be squashed on merge.

@KristofferC KristofferC merged commit 96e4301 into JuliaLang:master May 29, 2017
@fredrikekre fredrikekre deleted the fe/reference-all-the-things branch May 29, 2017 05:06
tkelman pushed a commit that referenced this pull request Jun 3, 2017
* references for Rational

* references for Complex

* references for Number

* references to Real

* references for AbstractFloat

* references for Integer

* references for Signed

* references for Unsigned

* references to Bool

* references for Float16

* references for Float32

* references for Float64

* references for Int8

* references for UInt8

* references for Int16

* references for UInt16

* references for Int32

* references for UInt32

* references for Int64

* references for UInt64

* references for Int128

* references for UInt128

* references for BigInt

* references for BigFloat

(cherry picked from commit 96e4301)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants