Skip to content

Commit

Permalink
Merge pull request #611 from hvaara/fix-docs-sign-typo
Browse files Browse the repository at this point in the history
Fix sign typo in example docs
  • Loading branch information
MilesCranmer authored Apr 29, 2024
2 parents df788e5 + d19cdd4 commit 116eee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ the evaluation, as we simply evaluated each argument and divided the result) int
`((2.3554819 + -0.3554746) - (x1 * (x0 * x0)))` and
`(-1.0000019 - (x2 * x2))`, meaning that our discovered equation is
equal to:
$\frac{x_0^2 x_1 - 2.0000073}{x_2^2 - 1.0000019}$, which
$\frac{x_0^2 x_1 - 2.0000073}{x_2^2 + 1.0000019}$, which
is nearly the same as the true equation!

## 10. Dimensional constraints
Expand Down

0 comments on commit 116eee1

Please sign in to comment.