Spaces:
Sleeping
Sleeping
Fix sign typo in example docs
Browse files- docs/examples.md +1 -1
docs/examples.md
CHANGED
|
@@ -428,7 +428,7 @@ the evaluation, as we simply evaluated each argument and divided the result) int
|
|
| 428 |
`((2.3554819 + -0.3554746) - (x1 * (x0 * x0)))` and
|
| 429 |
`(-1.0000019 - (x2 * x2))`, meaning that our discovered equation is
|
| 430 |
equal to:
|
| 431 |
-
$\frac{x_0^2 x_1 - 2.0000073}{x_2^2
|
| 432 |
is nearly the same as the true equation!
|
| 433 |
|
| 434 |
## 10. Dimensional constraints
|
|
|
|
| 428 |
`((2.3554819 + -0.3554746) - (x1 * (x0 * x0)))` and
|
| 429 |
`(-1.0000019 - (x2 * x2))`, meaning that our discovered equation is
|
| 430 |
equal to:
|
| 431 |
+
$\frac{x_0^2 x_1 - 2.0000073}{x_2^2 + 1.0000019}$, which
|
| 432 |
is nearly the same as the true equation!
|
| 433 |
|
| 434 |
## 10. Dimensional constraints
|