Skip to content

Commit

Permalink
Fix sign typo in example docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hvaara authored Apr 29, 2024
1 parent df788e5 commit d19cdd4
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 d19cdd4

Please sign in to comment.