issues
search
rust-num
/
num-traits
Numeric traits for generic mathematics in Rust
Apache License 2.0
731
stars
135
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support for `const fn` for `ToPrimitive`?
#341
tyrone-wu
closed
1 month ago
1
Implement missing functionality for Float/FloatCore
#340
tyilo
opened
1 month ago
0
Float: FloatCore + Real
#339
tyilo
opened
1 month ago
2
[Breaking] Add .to_f128() and .to_f16() to ToPrimitive
#338
balt-dev
opened
1 month ago
1
Implement Zero, One, and Num for core::num::Saturating<T>
#337
dsemi
opened
1 month ago
0
🏁 Race of Sloths: The Open Source Developer Challenge is about to start
#336
akorchyn
closed
1 month ago
0
Feature Request: Impl AsPrimitive for NonZero
#335
foolishell
closed
2 months ago
3
Implement Bounded, ToPrimitive, NumCast, FromPrimitive for NonZero*
#334
acrrd
opened
3 months ago
12
Add f16, f128
#333
usamoi
opened
3 months ago
0
Fix checked operations documentation.
#332
ocstl
closed
3 months ago
3
Support Widening Mul
#331
Lohann
opened
4 months ago
1
Two::two() and OneHalf::one_half()
#330
sunsided
closed
4 months ago
3
[Build-script] unable to determine target details for custom target-spec
#329
boozook
opened
5 months ago
1
Make `float::Float::integer_decode` DRY
#328
mtilda
opened
5 months ago
0
Add unit tests for trait method `float::Float::integer_decode`
#327
mtilda
opened
5 months ago
5
Clarify example for trait method `float::Float::integer_decode`
#326
mtilda
closed
5 months ago
0
Murisi/generic unextended checked traits
#325
murisi
closed
6 months ago
0
`AsPrimInt` trait
#324
benwh1
opened
6 months ago
0
Implement NaN propagating minmax with TotalOrder and FloatCore
#323
jdh8
opened
6 months ago
3
Add is_signed
#322
geeknoid
opened
6 months ago
1
Release 0.2.19
#321
cuviper
closed
7 months ago
0
Add `Hash` as a trait bound for `PrimInt`
#320
obskyr
closed
7 months ago
2
add `Debug` trait to `pub trait Num`
#319
hamirmahal
closed
7 months ago
3
`struct` built on top of `pub trait Num` can't compile if `pub trait Num` doesn't impl `Debug`
#318
hamirmahal
opened
7 months ago
4
Add `round_to_digit` method to `Float` trait.
#317
amab8901
opened
7 months ago
2
feat: ToPrimitive split into ToFloatPrimitive and ToIntegerPrimitive
#316
dzmitry-lahoda
closed
7 months ago
7
Add `trait UnsignedAbs`
#315
emilk
opened
8 months ago
3
Add CheckedNumOps
#314
cod10129
opened
8 months ago
2
Adding {ilog, ilog2, ilog10} to PrimInt
#313
Elizafox
opened
8 months ago
1
Introduce derive macros
#312
BabaBert
closed
7 months ago
1
move to `Required Associated Constants`
#311
BabaBert
closed
8 months ago
4
Use namespaced-features to safely bump to MSRV 1.60
#310
cuviper
closed
8 months ago
2
Release 0.2.18
#309
cuviper
closed
9 months ago
0
More CI updates
#308
cuviper
closed
9 months ago
0
Make the CI status more robust
#307
cuviper
closed
10 months ago
0
Switch from bors to merge queues
#306
cuviper
closed
10 months ago
0
Implementing clamp for Float trait
#305
michaelciraci
closed
7 months ago
1
Add `BitOrAssign` etc. to `PrimInt`
#304
Enyium
closed
11 months ago
4
Add `ConstZero` and `ConstOne` traits
#303
tarcieri
closed
9 months ago
3
Feature request: can we have a trait for checked_add_signed uX implementations?
#302
SET001
opened
11 months ago
0
remove mut constraint on NumBytes
#301
jagprog5
closed
1 year ago
0
Generic exp for pow and checked_pow
#300
mtshr
opened
1 year ago
2
Feature request: OverflowingShl
#299
tower120
opened
1 year ago
2
Add constants Zero::ZERO and One::ONE
#298
Sympatron
closed
1 year ago
1
feat: implement first naive version of induction
#297
RobWalt
closed
1 year ago
2
Document and/or allow truncation/rounding when casting from float to int?
#296
JulianKnodt
closed
1 year ago
4
`TotalOrder` trait for floating point numbers
#295
andrewjradcliffe
closed
1 year ago
5
Implement IntoIterator<Item=u8> for NumBytes
#294
Evian-Zhang
closed
1 year ago
3
docs: Improve formatting and cross-linking.
#293
waywardmonkeys
opened
1 year ago
0
ci: Update to `actions/checkout@v4`.
#292
waywardmonkeys
closed
1 year ago
2
Next