Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn committed Oct 4, 2023
1 parent 35a4852 commit d7a3a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osmomath/math.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
// TODO: Analyze choice here.
var powPrecision, _ = NewDecFromStr("0.00000001")

const powIterationLimit = 800_000
const powIterationLimit = 245_000

var (
one_half Dec = MustNewDecFromStr("0.5")
Expand Down

0 comments on commit d7a3a19

Please sign in to comment.