x % Unsigned, x % Signed #34864
support `x % Unsigned` where `isa(x, Signed)`
6a35def3
support `x % Unsigned` where `isa(x, Signed)`
6b87b767
Keno
commented
on 2020-02-25
Keno
added needs tests
support `x % Unsigned` where `isa(x, Signed)`
17f3c796
`x % Unsigned` where `isa(x, Signed)` (remove comma)
58f87085
`x::Signed % Unsigned, x::Unsigned % Signed`
65367c51
`rem(x::Unsigned, Signed)`
1a1b028f
`x::Unsigned % Signed`
bcaa805c
remove trailing space
fb30b630
JeffreySarnoff
changed the title rem(x::Signed, ::Type{Unsigned}) tests for `x::Signed % Unsigned` 5 years ago
JeffreySarnoff
changed the title tests for `x::Signed % Unsigned` tests for x::Signed % Unsigned 5 years ago
JeffreySarnoff
changed the title tests for x::Signed % Unsigned x % Unsigned, x % Signed 5 years ago
Keno
commented
on 2020-02-25
Keno
removed needs tests
interconvert BitInteger pairs
bfd416b5
remove `unsigned(<:Signed)` lines, import `unsigned` from Base
536948e7
add tests, improve tests
152d6e83
news about `signed(T)`, `unsigned(T)`
98204f51
remove trailing whitespace
c1988c1c
fix test
61e23622
fix missing `begin`
3fbcf180
add missing end
a1da6f47
revise tests
8542442f
fixup typo in test
9172d4d0
Keno
commented
on 2020-02-27
restore multinverses.jl
612b19d3
remove `unsigned(::Type{BitSigned})` (was available). add `signed(::…
53ec10b5
add tests `BigInt(x) % Signed` `BigInt(x) % Unsigned`
3371f21d
resolve conflict?
0518e73a
Merge branch 'master' into jas/remUnsigned
a8d2684e
add back what was a merge conflict in News
e16cffb2
Update NEWS.md
a67e742a
Merge branch 'master' into jas/remUnsigned
cd619281
remove `signed(UIntNN) = IntNN` (does it fix?)
ecb99664
remove `signed(UIntNN) == IntNN` tests (does it fix?)
3cbbec4e
restore `signed(::Type{UIntNN}) = IntNN`
574d8a69
restore `signed(::Type{UIntNN}) = IntNN` tests
100884e0
whitespace
cf1954ae
Merge branch 'master' into jas/remUnsigned
03891ac1
remove old line
6dc7fab6
combine 3 testsets
9c2befcb
docstrings for signed(T) unsigned(T)
7b00bd5a
move docstring up
f46360a9
Assignees
No one assigned
Login to write a write a comment.
Login via GitHub