Skip to content

Commit cbe894b

Browse files
committed
feat(rug): fractional powers without roots
1 parent 491490c commit cbe894b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/audit/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ FRAGMENTS_STORAGE=/tmp/fund9-leader-1/persist/leader-1
4040
BLOCK0=/tmp/fund9-leader-1/artifacts/block0.bin
4141
FRAGMENTS_STORAGE=/tmp/fund9-leader-1/persist/leader-1
4242
GAMMA=0.5
43+
PRECISION=5
4344

4445

45-
./target/release/offline --fragments $FRAGMENTS_STORAGE --block0 $BLOCK0 --gamma $GAMMA
46+
./target/release/offline --fragments $FRAGMENTS_STORAGE --block0 $BLOCK0 --gamma $GAMMA --precision $PRECISION
4647
```
4748

4849
This will create three files:

0 commit comments

Comments
 (0)