changeset 31024:a05f112edde4 stable

doc: fix mismatch in humps.m between TeX docstring and non-TeX docstring
author Arun Giridhar <arungiridhar@gmail.com>
date Wed, 25 May 2022 15:11:26 -0400
parents 6e91c61f626f
children 9402f89daaf9 72786e150001
files scripts/optimization/humps.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
 ##