Skip to content

Commit

Permalink
fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
myl7 committed Jun 19, 2024
1 parent 718f4e3 commit 2f437fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dcf.eval(false, &k, &[&x], &mut [&mut y]);
```

For full domain evaluation, use `full_eval` instead.
While similar to `eval`, `full_eval` does not accept a vector of `x`, and instead expect a vector of `y` whose length is `2 ** (DOM_SZ * 8)` to store all evaluated `y`.
While similar to `eval`, `full_eval` does not accept a vector of `x`, and instead expects a vector of `y` whose length is `2 ** (DOM_SZ * 8)` to store all evaluated `y`.

More examples are available as benchmarks in the [benches dir](./benches)

Expand Down

0 comments on commit 2f437fe

Please sign in to comment.