issues
search
AdamWhiteHat
/
BigDecimal
An arbitrary-precision decimal (base 10) floating-point number class. Over 2.5 million downloads on NuGet!
MIT License
53
stars
15
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Updates for issue #61
#63
Protiguous
closed
3 weeks ago
2
Ignore : User error
#62
Sean4572435243
closed
1 month ago
0
BUG: Rare incorrect modulo result
#61
Joy-less
closed
3 weeks ago
4
Fixed the wording on the explicit to be consistent with the code's implicit conversions.
#58
Protiguous
closed
1 month ago
1
Added recommended parenthesis to clarify precedence.
#57
Protiguous
closed
1 month ago
0
Question: Rounding behaviour
#56
wolframhaussig
closed
3 months ago
2
BUG: Typo: "IsPositve" should be "IsPositive"
#55
Joy-less
closed
3 months ago
1
Discussion: Division can be very slow by default due to extremely high precision
#54
Joy-less
closed
1 month ago
9
BUG: BigDecimal.Truncate should not call BigDecimal.Floor
#53
Joy-less
closed
3 months ago
1
Is conversion to arbitrary base supported?
#52
qq1176914912
closed
4 months ago
1
ISSUE: Warning NETSDK1138: Out of support frameworks.
#51
Protiguous
closed
5 months ago
1
ISSUE: Starting with Visual Studio 2022, Visual Studio no longer includes .NET Framework components for .NET Framework 4.0 - 4.5.1 because these versions are no longer supported.
#50
Protiguous
closed
5 months ago
1
BUG: value changed when creating a BigDecimal form double
#49
Bykiev
closed
5 months ago
5
Nice demo program
#48
theuserbl
closed
5 months ago
1
Is it possible, that you submit your code to the .NET runtime ?
#47
theuserbl
closed
5 months ago
1
BigDecimal.Precision have no effect
#46
theuserbl
closed
6 months ago
8
BUG: BigDecimal.Pow(5d, 0.5d) no longer works
#45
MileyHollenberg
closed
4 months ago
6
BUG: BigDecimal.GetWholePart doesn't work for cultures that use `,` as a decimal separator
#44
MileyHollenberg
closed
7 months ago
3
BUG: Version 2025.1000.0.118 dlls are all versioned 0.0.0.0
#43
ristogod
closed
7 months ago
3
Reapply "Fix using comma as decimal separator"
#42
Bykiev
closed
7 months ago
6
Fix casting
#41
Bykiev
closed
7 months ago
6
Fix using comma as decimal separator
#40
Bykiev
closed
7 months ago
2
Request: round - add support for negative precision
#37
Bykiev
closed
7 months ago
10
BUG: converting to double results to 0
#36
Bykiev
closed
7 months ago
0
BUG: incorrect parsing with non-dot decimal separator
#35
Bykiev
closed
7 months ago
1
Add support for rounding value
#33
Bykiev
closed
7 months ago
0
There is so much to do to make this class faster.
#30
Protiguous
closed
8 months ago
0
Updated some configuration and sln/proj files.
#29
Protiguous
closed
8 months ago
0
Some minor changes.
#28
Protiguous
closed
8 months ago
0
Removed unused WriteableField exception.
#27
Protiguous
closed
8 months ago
0
Removed unused attribute Immutable.
#26
Protiguous
closed
8 months ago
0
Pulling over the changes from my latest Incremental-Updates branch.
#24
Protiguous
closed
9 months ago
1
Merge pull request #6 from AdamWhiteHat/master
#23
Protiguous
closed
9 months ago
0
Added some configuration files.
#22
Protiguous
closed
9 months ago
0
Incremental enhancements. Added .NET 8.0
#21
Protiguous
closed
9 months ago
0
added hyperbolic csc function
#20
PixelatedLagg
closed
10 months ago
1
Propose a way to store BigDecimal in SQL tables
#17
Degot
closed
11 months ago
3
Parse(Double input) fails , if CurrentCulture has NumberFormat with 'comma' instead of 'dot'
#16
Degot
closed
1 year ago
2
Invalid Parse result of negative number in scientific notation
#15
Degot
closed
1 year ago
2
Does it support hexadecimal large number calculation
#14
qq1176914912
closed
1 year ago
5
SECURITY ISSUE: You are putting your PRIVATE key in the repo
#13
karakasa
closed
1 year ago
2
No strong name for .NET Framework targets
#12
karakasa
closed
1 year ago
5
Question: Is there a technical reason that the platform is restricted to x64?
#11
NickStrupat
closed
1 year ago
7
Do we still want to keep the .NET 5 as an option?
#10
Protiguous
closed
1 year ago
2
Minor issue: "nu5035" after a Publish.
#9
Protiguous
closed
2 years ago
3
Nth root
#8
AdamWhiteHat
closed
2 years ago
0
Negate wasn't passing the exponent to the BigDecimal constructor.
#7
AdamWhiteHat
closed
2 years ago
3
Fix test project.
#6
AdamWhiteHat
closed
2 years ago
0
Subtraction having issues.
#5
BinkersSoft
closed
2 years ago
5
Make target the following frameworks: net 4.8, netstandard 2.1, netcoreapp 3.1, net 6.0.
#4
AdamWhiteHat
closed
2 years ago
4
Next