Skip to content

Commit

Permalink
increase maxApproxRootIterations to 300 (#262) (#263)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7ae03dd)

Co-authored-by: khanh <50263489+catShaark@users.noreply.github.com>
  • Loading branch information
mergify[bot] and catShaark committed Jun 11, 2022
1 parent 64be0c4 commit f59c62f
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 f59c62f

Please sign in to comment.