Skip to content

Commit

Permalink
increase maxApproxRootIterations to 300 (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
catShaark authored Jun 11, 2022
1 parent a2805f4 commit 7ae03dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/decimal.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const (
maxDecBitLen = maxBitLen + DecimalPrecisionBits

// max number of iterations in ApproxRoot function
maxApproxRootIterations = 100
maxApproxRootIterations = 300
)

var (
Expand Down

0 comments on commit 7ae03dd

Please sign in to comment.