# HG changeset patch # User Arun Giridhar # Date 1653505886 14400 # Node ID a05f112edde4f4efc6c2139792848d1144990673 # Parent 6e91c61f626f3067640e6f55fcf2f646031313db doc: fix mismatch in humps.m between TeX docstring and non-TeX docstring diff -r 6e91c61f626f -r a05f112edde4 scripts/optimization/humps.m --- a/scripts/optimization/humps.m Thu May 12 08:35:04 2022 -0400 +++ b/scripts/optimization/humps.m Wed May 25 15:11:26 2022 -0400 @@ -31,7 +31,7 @@ ## The output @var{y} is the evaluation of the rational function: ## ## @tex -## $$y = -{ {1200x^4 - 2880x^3 + 2036x^2 - 340x - 88} \over {200x^4 - 480x^3 + 406x^2 - 138x - 17} }$$ +## $$y = -{ {1200x^4 - 2880x^3 + 2036x^2 - 348x - 88} \over {200x^4 - 480x^3 + 406x^2 - 138x + 17} }$$ ## @end tex ## @ifnottex ##