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

BUG: Typo: "IsPositve" should be "IsPositive" #55

Closed Joy-less closed 3 months ago

Joy-less commented 3 months ago

Description BigDecimal.IsPositve should be BigDecimal.IsPositive.

AdamWhiteHat commented 3 months ago

Oh man, how embarrassing. I even have a spell checking plugin, so its curious that this went unnoticed. Well thank you for bringing this to my attention.

This fix is available in BigDecimal's NuGet package, version 2025.1003.0.225, or just pull the latest code changes from the main branch.

Thanks again!