MilesCranmer commited on
Commit
116eee1
2 Parent(s): df788e5 d19cdd4

Merge pull request #611 from hvaara/fix-docs-sign-typo

Browse files
Files changed (1) hide show
  1. 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 - 1.0000019}$, which
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