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

Fix using comma as decimal separator #40

Closed Bykiev closed 7 months ago

Bykiev commented 7 months ago

Fix using comma as decimal separator

Closes #35

Protiguous commented 7 months ago

Looking over the changes right now. So far, they seem just dandy.

Protiguous commented 7 months ago

All tests ran to completion twice, zero failures both times.