issues
search
rust-num
/
num-rational
Generic Rational numbers for Rust
Apache License 2.0
144
stars
51
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add the ability to parse decimals into `Ratio`
#131
tgross35
opened
5 months ago
1
Release 0.4.2
#130
cuviper
closed
6 months ago
0
Add `Ratio::into_raw`
#129
cuviper
closed
6 months ago
0
Add `const ZERO`/`ONE` and `impl ConstZero`/`ConstOne`
#128
cuviper
closed
6 months ago
0
feat: borsh, json-schema, some wasmvm (cosmwasm) support, msb
#127
dzmitry-lahoda
closed
7 months ago
0
Use namespaced-features to safely bump to MSRV 1.60
#126
cuviper
closed
8 months ago
0
ci: merge queue and registry caching
#125
cuviper
closed
9 months ago
0
Optional support for borsh serialisation
#124
Fuuzetsu
opened
12 months ago
0
ci: Update to `actions/checkout@v4`.
#123
waywardmonkeys
closed
1 year ago
2
Divide-by-zero crash occurs on Ratio::trunc()
#122
HeeillWang
closed
8 months ago
1
Improving performance of `Ord::cmp` for `Ratio<T>` with `CheckedMul`
#121
mitchmindtree
opened
1 year ago
1
clippy: `From` instead of `Into`.
#120
waywardmonkeys
opened
1 year ago
2
clippy: Fix simple warnings.
#119
waywardmonkeys
closed
1 year ago
3
constifying in an nighlty branch or feature gate it? (with #[const_trait])
#118
haennes
opened
1 year ago
1
Overflow in division
#117
sharkdp
closed
1 year ago
2
How about adding a `#[repr(C)]` attribute to Ratio<T> struct?
#116
mhfan
closed
1 year ago
3
Symmetry for `Ratio::new_raw`
#115
zbrachinara
closed
6 months ago
2
Improved documentation.
#114
Enyium
opened
1 year ago
0
`Ratio::<T>::from_...()` - definition of being representable?
#113
Enyium
opened
1 year ago
8
Update dead link
#112
Enyium
closed
1 year ago
2
test_ldexp failure on armel
#111
sebastinas
opened
1 year ago
2
Try to avoid cloning
#110
konsumlamm
opened
2 years ago
0
Exposes approximate_float for unsigned ratios
#109
nullsauce
closed
1 year ago
4
Update and simplify the CI workflow
#108
cuviper
closed
2 years ago
2
Release 0.4.1
#107
cuviper
closed
2 years ago
2
Add pow and root functions
#106
porky11
opened
2 years ago
1
Add Default implementation
#105
MattX
closed
2 years ago
2
Implement ldexp and use it in ratio_to_f64
#104
MattX
closed
2 years ago
2
add `limit_denominator` method with tests
#103
msalib
opened
2 years ago
2
Rounding in implementation of `ToPrimitive` methods contradicts trait documentation
#102
p-e-w
opened
2 years ago
2
Implement `Default`
#101
Kyuuhachi
closed
2 years ago
1
Add explicit and unified interface for approximation
#100
cmpute
opened
2 years ago
1
Feature request: Limiting precision
#99
ijustlovemath
opened
3 years ago
2
Avoid two clones in 'reduce'.
#98
lemmih
closed
2 years ago
4
Parse mixed numerals
#97
ConnyOnny
closed
3 years ago
3
BigInt properly recognized
#96
janus
opened
3 years ago
3
Make i128 support optional
#95
dbeckwith
closed
3 years ago
2
Avoid powi underflow in ratio_to_f64
#94
cuviper
closed
2 years ago
2
Update num-bigint and release 0.4.0
#93
cuviper
closed
3 years ago
2
Deprecate `Rational`
#92
vks
closed
3 years ago
3
Conversion to f64 is lossy for tiny floats
#91
verhovsky
closed
2 years ago
1
Support `is_human_readable`
#90
matklad
opened
3 years ago
2
Rename Rational -> RationalSize
#89
matklad
closed
3 years ago
2
Fix always rebuilding with --remap-path-prefix
#88
Nemo157
closed
4 years ago
4
Release 0.3.1
#87
cuviper
closed
4 years ago
2
add try from methods
#86
benmkw
opened
4 years ago
2
easier interop with floats
#85
benmkw
opened
4 years ago
3
Better document panic behaviour for `Ratio`s with zero in denominator
#84
zetok
closed
4 years ago
2
Handle to_f64() with raw division by zero
#83
cuviper
closed
4 years ago
2
Public method to convert ratio to float
#82
jzrake
closed
4 years ago
2
Next