issues
search
dnsl48
/
fraction
[Rust] Lossless fractions and decimals; drop-in float replacement
Apache License 2.0
83
stars
25
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add a simplify function to fraction type
#113
pirsonxyz
closed
2 months ago
1
surprising NaN in conversion from f64
#112
majewsky
opened
2 months ago
6
Remove deprecations & fix lints
#111
dnsl48
closed
4 months ago
0
Add support for ruint?
#110
javamonn
opened
6 months ago
1
feat: add from_fraction_with_precision
#109
javamonn
closed
6 months ago
1
chore: upgrade min required num crate version to 0.4.2
#108
dnsl48
closed
6 months ago
0
Specify minimal versions for dependencies
#107
jonasbb
closed
6 months ago
1
Release 0.15.2
#106
dnsl48
closed
6 months ago
0
Add ConstOne and ConstZero implementation
#105
saona-raimundo
closed
6 months ago
3
Completing implemention of `identities` module from `num_traits`
#104
saona-raimundo
closed
6 months ago
3
chore(clippy): fix clippy warnings
#103
dnsl48
closed
9 months ago
0
eligible for funding via thanks.dev
#102
anehzat
closed
7 months ago
2
added alternate forms of '/' and set default Display to '⁄': FRACTION SLASH
#101
feefladder
closed
9 months ago
2
Add better unicode support (Fraction slash/division slash)
#100
feefladder
closed
9 months ago
8
Trait bounds were not satisfied with nalgebra
#99
chen-qingyu
closed
10 months ago
2
Add From for f64 and f32
#98
feefladder
opened
10 months ago
6
release(0.15.0): Release 0.15.0
#97
dnsl48
closed
10 months ago
0
chore(readme): Refine examples, add more info about conversions
#96
dnsl48
closed
10 months ago
0
How should I handle consts?
#95
DrAlta
closed
2 months ago
1
Do not simplify fractions
#94
AngeloFrangione
closed
10 months ago
1
Decimal / try-from-into primitives
#93
dnsl48
closed
1 year ago
0
Decimal / explicit operator implementations, supporting primitive cast
#92
dnsl48
closed
1 year ago
0
GenericFraction / TryFrom implementation
#91
dnsl48
closed
1 year ago
0
PartialOrd / Reuse Ord implementation where possible
#90
dnsl48
closed
1 year ago
0
Bump action/checkout to v4
#89
dnsl48
closed
1 year ago
0
Release 0.14.0
#88
dnsl48
closed
1 year ago
0
Is there a list of methods that floats have that aren't impled for fractions
#87
DrAlta
opened
1 year ago
2
how do you conver a GenericFraction into a float?
#86
DrAlta
closed
10 months ago
5
Clippy / fix juniper_support misspell
#85
dnsl48
closed
1 year ago
0
`sqrt` implementation
#84
squ1dd13
closed
1 year ago
14
GenericFraction / Add floor & ceil tests
#83
dnsl48
closed
1 year ago
0
Fixed floor, ceil and round for negative GenericFractions
#82
morri2
closed
1 year ago
1
Fraction ceil and floor round negative fraction "the wrong way"
#81
morri2
closed
1 year ago
1
Clippy / allow manual filtering in GenericFraction::to_i64
#80
dnsl48
closed
1 year ago
0
What does it mean that a value cannot be represented by `Ratio<T>`?
#79
Enyium
closed
1 year ago
2
GenericFraction / add cmp & eq consistency tests
#78
dnsl48
closed
1 year ago
0
Just realized that Implementations of PartialOrd, and Ord must agree with each other
#77
DrAlta
closed
1 year ago
6
Ord trait
#76
dnsl48
closed
1 year ago
0
I think this is the changes you wanted.
#75
DrAlta
closed
1 year ago
2
added Ord trait to GenericFraction
#74
DrAlta
closed
1 year ago
1
Error: trait bounds other than `Sized` on const fn parameters are unstable
#73
Niraj-Kamdar
closed
2 years ago
2
Release 0.12.1
#72
dnsl48
closed
2 years ago
0
GenericFraction::new_generic performance boost
#71
dnsl48
closed
2 years ago
0
Support for transparent operand cast with basic math ops
#70
dnsl48
closed
2 years ago
0
Prepare the next release 0.12.0
#69
dnsl48
closed
2 years ago
0
Mark multiple functions as const
#68
dnsl48
closed
2 years ago
0
Made some Fraction functions const
#67
stijnfrishert
closed
2 years ago
4
Serde support for DynaInt
#66
optevo
closed
2 years ago
2
Serialization support for DynaInt
#65
optevo
closed
2 years ago
1
Weird huge values when getting the denominator of a fraction
#64
sciguyryan
closed
2 years ago
9
Next