issues
search
rust-num
/
num-integer
Integer trait and functions for Rust
Apache License 2.0
180
stars
48
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Define ceiled division, rounding to nearest multiple
#16
strake
closed
5 years ago
4
Implement Power10 trait, with first method is_power_of_ten
#15
mohrezaei
opened
6 years ago
20
Contribute is_power_of_ten?
#14
mohrezaei
opened
6 years ago
5
exclude CI files from crates.io
#13
ignatenkobrain
closed
6 years ago
2
Add new function gcd_lcm for calculating the gcd and lcm simultaneously (performance)
#12
haudan
closed
5 years ago
2
Optimise the GCD implementations.
#11
smarnach
closed
6 years ago
8
Implement more number theory functions
#10
vks
opened
6 years ago
11
Add a trait Roots with sqrt, cbrt, and nth_root
#9
cuviper
closed
6 years ago
2
Automatically detect support for i128/u128
#8
cuviper
closed
6 years ago
2
impl Integer for i128 and u128
#7
cuviper
closed
6 years ago
2
Miscellaneous tweaks regarding no_std
#6
cuviper
closed
6 years ago
2
Add the std feature and release 0.1.36
#5
cuviper
closed
6 years ago
2
Make std a feature, using `#![no_std]` otherwise
#4
cuviper
closed
6 years ago
0
Implement more number theory functions
#3
cuviper
opened
6 years ago
9
Increment and decrement methods for Integer trait?
#2
cuviper
closed
9 months ago
5
Fix mistaken identity in documentation comment
#1
jaystrictor
closed
6 years ago
2
Previous