We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 496c678 commit 71fd53eCopy full SHA for 71fd53e
decimal.go
@@ -937,7 +937,7 @@ func (d Decimal) Ln(precision int32) (Decimal, error) {
937
comp1 = comp1.Sub(comp3)
938
939
if prevStep.Add(comp3).IsZero() {
940
- // If iteration steps oscillate we should return early and prevent an infinity loop
+ // If iteration steps oscillate we should return early and prevent infinity loop
941
// NOTE(mwoss): This should be quite a rare case, returning error is not necessary
942
break
943
}
0 commit comments