Skip to content

Commit 1087635

Browse files
Update README.md with log2 (#47)
Co-authored-by: Andrei Văcaru <[email protected]>
1 parent 784b85d commit 1087635

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ We employ two different types of specification for function verification: functi
1414
|------------|--------------------------------------------------------------------------------------------------------------------------|-------------|----------|
1515
| `wadMul` | [solady/src/utils/FixedPointMathLib.sol](https://github.com/Vectorized/solady/blob/main/src/utils/FixedPointMathLib.sol) | No | Yes |
1616
| `wadMulUp` | [solady/src/utils/FixedPointMathLib.sol](https://github.com/Vectorized/solady/blob/main/src/utils/FixedPointMathLib.sol) | No | Yes |
17-
17+
| `log2 ` | [solady/src/utils/FixedPointMathLib.sol](https://github.com/Vectorized/solady/blob/main/src/utils/FixedPointMathLib.sol) | No | Yes |
1818

1919
## Repository Structure
2020

@@ -28,4 +28,4 @@ The recommended way of executing the verification script is to log the output tr
2828

2929
```bash
3030
time bash test/run-kevm.sh 2>&1 | tee log.out
31-
```
31+
```

0 commit comments

Comments
 (0)