issues
search
danm-de
/
Fractions
A fraction data type to calculate with rational numbers.
BSD 2-Clause "Simplified" License
49
stars
15
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support for System.Text.Json?
#87
MadsKirkFoged
opened
1 month ago
2
Fractions.DLL showing as Malware / Virus
#86
kaddrison
closed
2 months ago
1
Switch to using PackageLicenseExpression and consolidate properties
#85
lahma
closed
2 months ago
0
Fixes #83 - returns Fraction.Zero if the remaining digits are too small
#84
danm-de
closed
3 months ago
0
Possible OverflowException in Fraction.FromDoubleRounded
#83
lipchev
closed
3 months ago
1
Fraction.ToDouble() returns NaN for {2 * MaxValue, 2 * MaxValue}
#82
lipchev
opened
3 months ago
1
Implemened the `INumber<Fraction>` interface (and more..)
#81
lipchev
opened
4 months ago
1
Optimizing the FromDoubleRounded (with significant digits)
#80
lipchev
closed
4 months ago
1
fixes #78: Fraction.Zero.CompareTo(new Fraction(0, 10, false)) is not 0
#79
lipchev
closed
4 months ago
0
Fraction.Zero.CompareTo(new Fraction(0, 10, false)) is not 0
#78
lipchev
closed
4 months ago
0
Fixes #76 - CS8604 Possible null reference argument for parameter 'value' in 'bool Fraction.TryParse
#77
danm-de
closed
4 months ago
0
Fraction.TryParse no longer accepts a nullable value (v8)
#76
lipchev
closed
4 months ago
3
Dividing with Infinity should return Zero or NaN
#75
lipchev
closed
4 months ago
0
Minor additions to the Readme.md (for v8):
#74
lipchev
closed
4 months ago
1
Lipchev default to value equality review
#73
danm-de
closed
4 months ago
0
Optimizing the non-normalized multiplications / divisions
#72
lipchev
closed
4 months ago
9
Optimized the CompareTo and Equals methods (FractionValueEqualityComparer)
#71
lipchev
closed
4 months ago
9
Fixing the issues with the rounding of non-normalized fractions
#70
lipchev
closed
5 months ago
0
DecimalFormatter.Format("G", new Fraction(-10, -20, false), CultureInfo.InvariantCulture) returns "0.5000000000000001"
#69
lipchev
closed
5 months ago
0
fixing the comparisons with infinity
#68
lipchev
closed
5 months ago
1
Default to value equality (review) (WIP)
#67
lipchev
closed
5 months ago
6
Feature/default to value equality
#66
danm-de
closed
5 months ago
11
Operations with unreduced fractions
#65
lipchev
closed
5 months ago
13
Performance optimizations
#64
lipchev
closed
6 months ago
4
Libchev adding debugger display proxy
#63
danm-de
closed
6 months ago
0
Apply string parsing hotfix
#62
danm-de
closed
6 months ago
0
Prepare new release 7.7.1
#61
danm-de
closed
6 months ago
0
Adding a debugger display proxy
#60
lipchev
closed
6 months ago
0
String parsing hotfix
#59
lipchev
closed
6 months ago
0
FromString supporting all NumberStyles
#58
lipchev
closed
6 months ago
1
adding net48 to the benchmark project targets
#57
lipchev
closed
6 months ago
1
List of possible issues with string parsing in v7
#56
lipchev
closed
6 months ago
4
Proposal/serialization
#55
danm-de
closed
6 months ago
11
Proposal/add normalization not applied
#54
danm-de
closed
6 months ago
0
Replaced the State property with the _normalizationNotApplied field
#53
lipchev
closed
6 months ago
12
Updating the benchmark results
#52
lipchev
closed
6 months ago
0
Nullable denominator review
#51
lipchev
closed
6 months ago
11
Integration: Lipchev support nan and infnity
#50
danm-de
closed
6 months ago
2
[Discussion] Use cases for the FractionState
#49
lipchev
closed
4 months ago
15
Adding support for NaN and Infinity
#48
lipchev
closed
6 months ago
6
updated the benchmarks Readme: added the From Double Benchmarks
#47
lipchev
closed
6 months ago
0
Lipchev from double rounded
#46
danm-de
closed
6 months ago
0
Added extended xml comments to the FromDouble* methods
#45
lipchev
closed
6 months ago
0
Added extended xml comments to the FromDouble* methods (WIP)
#44
lipchev
closed
6 months ago
5
Lipchev decimal quantity formatter
#43
danm-de
closed
6 months ago
0
Benchmark results summary (with Readme)
#42
lipchev
closed
6 months ago
0
Introduced the negation (-) operator
#41
lipchev
closed
6 months ago
2
fixes #39 : Incorrect result when rounding 1/3 with MidpointRounding.ToEven
#40
lipchev
closed
6 months ago
0
Incorrect result when rounding 1/3 with MidpointRounding.ToEven
#39
lipchev
closed
6 months ago
0
Lipchev from double rounded
#38
danm-de
closed
6 months ago
0
Next