issues
search
akubera
/
bigdecimal-rs
Arbitrary precision decimal crate for Rust
Other
302
stars
73
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
how to serialize map value to a number instead of string?
#141
mtfcd
opened
3 days ago
0
Incorrect BigDecimal Format! output
#140
DBoehm-Superstate
closed
3 weeks ago
9
Test failures on i386 machines
#139
alexanderkjall
opened
1 month ago
1
Duplicate serde json features
#138
alexanderkjall
opened
1 month ago
5
Take sign into account when rounding numbers in (-1, 1), fixes #136
#137
danilopedraza
closed
1 month ago
8
round method works incorrectly for zero decimal places
#136
ice1080
closed
1 month ago
3
Regression: scientific notation in `BigDecimal::to_string()`
#135
findepi
opened
1 month ago
9
sqrt is slower than expected
#134
jorisguex
closed
3 weeks ago
3
sqrt_with_context() doesn't respect rounding mode?
#133
jorisguex
closed
1 month ago
3
Zero values with certain scales are formatted with E
#132
aexoden
opened
4 months ago
6
Inconsistent use of 'e' vs 'E' in formatting numbers
#131
gnp
opened
4 months ago
2
Release 0.4.4 needs to be yanked.
#130
rukai
closed
5 months ago
2
regression between v0.4.3 and v0.4.4 affecting 32-bit architectures
#129
decathorpe
closed
5 months ago
4
Sudden downgrade of `num-bigint` dependency
#128
iajoiner
closed
5 months ago
6
regression: `BigDecimal::from_str` gives unexpected result
#127
comphead
closed
5 months ago
9
std::fmt precision in `format!`: regression since 0.3?
#126
rubdos
closed
5 months ago
20
Comparing numbers can take a surprising amount of time
#125
BenWiederhake
closed
5 months ago
11
Support for specifying max number of decimals
#124
rellfy
opened
9 months ago
3
Add Clone to ParseBigDecimalError
#123
Amejonah1200
closed
8 months ago
1
impl Arbitrary for BigDecimal
#122
Ekleog
opened
10 months ago
3
Use exponential format for decimals with relatively large scale
#121
declanvk
closed
8 months ago
19
Copy is unneed when add with BigDecimalRef
#120
TheWaWaR
closed
10 months ago
1
Add support for serde_json's arbitrary precision
#119
tenuous-guidance
opened
1 year ago
19
Incorrect result from to_f64 on 0.000875
#118
Tim-Evans-Seequent
opened
1 year ago
7
Add arbitrary precision support for serde_json deserialization
#117
tenuous-guidance
opened
1 year ago
2
Add `get_scale` method to `BigDecimal` for efficient number type determination
#116
zmrdltl
closed
1 year ago
5
Subtraction overflow leads to panic in `from_str_radix`
#115
fritzrehde
closed
1 year ago
1
Release 0.4.2
#114
rukai
closed
1 year ago
3
Incorrect parsing of JSON numbers in v0.4 (Regression)
#113
probablykasper
opened
1 year ago
2
Implement `DivAssign` and `RemAssign`
#112
mohe2015
closed
10 months ago
0
`cargo build --all-targets` fails
#111
rukai
closed
1 year ago
1
Fix build.rs
#110
rukai
closed
1 year ago
4
Comparisons with large exponents are extremely slow
#109
DanielBauman88
opened
1 year ago
2
[Possible Bug] - Display panics for large numbers
#108
DanielBauman88
closed
8 months ago
10
release the build.rs fix
#107
rukai
closed
1 year ago
3
Do not rebuild if default_precision would not change
#106
alamb
closed
1 year ago
2
bigdecimal `0.4.0` always forces a rebuild (on mac)
#105
alamb
closed
1 year ago
6
changelog / release notes
#104
robjtede
closed
1 year ago
2
parse_from_f64 is not precise
#103
sanpii
closed
1 year ago
4
BUG: expose serde feature
#102
qdrs
closed
1 year ago
1
BUG: override default FromPrimitive implementation for u128 and i128
#101
qdrs
closed
1 year ago
0
Incorrect handling of "_" chars in decimal part of number
#100
DanielBauman88
closed
1 year ago
1
Fix incorrect handling of _ in decimal
#99
DanielBauman88
closed
1 year ago
1
panicked at 'called `Option::unwrap()`
#98
yamelsenih
closed
1 year ago
1
[Feature]: support `no_std` environments
#97
bigherc18
closed
1 year ago
7
Deos this repo under maintain?
#96
x1957
closed
1 year ago
2
Add `no-std` compatibility
#95
AbdelStark
closed
1 year ago
1
subtract overflow on `fmt::Display` on `BigDecimal`
#94
austinabell
closed
5 months ago
1
overflow on `PartialEq` for `BigDecimal`
#93
austinabell
closed
5 months ago
1
The digits function returns incorrect results for negative numbers
#92
dchenbecker
closed
7 months ago
3
Next