Josh Stone
|
f35cce229e
Always use #![no_std], and declare std when enabled
|
7 years ago |
bors[bot]
|
6edb91f5e8
Merge #60
|
7 years ago |
Josh Stone
|
1af2319201
add a couple more Rust versions to CI
|
7 years ago |
Josh Stone
|
bbbc2bd1d7
impl 128-bit numeric casts
|
7 years ago |
Josh Stone
|
6161f1ade1
impl 128-bit MulAdd and MulAddAssign
|
7 years ago |
Josh Stone
|
fe53805550
impl 128-bit CheckedRem and CheckedNeg
|
7 years ago |
Josh Stone
|
428e0107d2
Add imports for 128-bit Bounded
|
7 years ago |
Josh Stone
|
d2107ae005
There's no u64 exponent impl for i128/u128 Pow
|
7 years ago |
Josh Stone
|
08ad9b1642
i128 is not Unsigned
|
7 years ago |
Josh Stone
|
261efafe0b
Merge branch 'master' into regexident-i128
|
7 years ago |
bors[bot]
|
dd67e9d2e1
Merge #61
|
7 years ago |
Josh Stone
|
6aaff332d3
Explicitly test FloatCore in to_degrees_rounding
|
7 years ago |
bors[bot]
|
a49013e338
Merge #59
|
7 years ago |
Josh Stone
|
0d358034d9
Test MulAdd explicitly, guarded by std for floats
|
7 years ago |
Vincent Esche
|
157efc5a26
Adjusted CI testing scripts
|
7 years ago |
Vincent Esche
|
28be885481
Moved impl of `MulAdd`/`MulAddAssign` for `f32`/`f64` behind feature guard
|
7 years ago |
Vincent Esche
|
257917f3f2
Removed inferrable value suffixes
|
7 years ago |
Josh Stone
|
4fb749a401
typo: taht -> that
|
7 years ago |
bors[bot]
|
4195043240
Merge #63
|
7 years ago |
Josh Stone
|
aa21fba9fc
re-export CheckedRem and CheckedNeg at the root
|
7 years ago |
Josh Stone
|
b1c4074cc4
Document CheckedRem and CheckedNeg
|
7 years ago |
Josh Stone
|
5fb3724b69
rename checked_impl_one_param to checked_impl_unary
|
7 years ago |
LEXUGE
|
f74de249c8
remove formats
|
7 years ago |
Vinzent Steinberg
|
9ca219c677
Avoid test failure with Rust 1.8 by limiting to no-std builds
|
7 years ago |
bors[bot]
|
97f3892bd1
Merge #62
|
7 years ago |
Vinzent Steinberg
|
2836cfc9ab
Update outdated FIXME
|
7 years ago |
Vinzent Steinberg
|
6430351e74
Use constant for 180/π in f32::to_degrees
|
7 years ago |
Vincent Esche
|
dd5b107c56
Added mention of `i128` feature to ‘README.md’
|
7 years ago |
Vincent Esche
|
746db74dac
Added impls of `Unsigned` for `i128` and `u128`
|
7 years ago |
Vincent Esche
|
152b38e03f
Added impls of `Num` for `i128` and `u128`
|
7 years ago |