diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 726c1ec4a..4d10e1beb 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -21,6 +21,7 @@ Joey Reed Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com> Joris Labie Justin Dennison +Karthik Prakash <116057817+skoriop@users.noreply.github.com> Marcus Fantham Matt Cochrane Milan Raj diff --git a/base/tools/evalrational-compile/test/fixtures/loop1.js.txt b/base/tools/evalrational-compile/test/fixtures/loop1.js.txt index d2df3e911..98a308ff0 100644 --- a/base/tools/evalrational-compile/test/fixtures/loop1.js.txt +++ b/base/tools/evalrational-compile/test/fixtures/loop1.js.txt @@ -1028,7 +1028,6 @@ var END = P.length - 1; * * [horners-method]: https://en.wikipedia.org/wiki/Horner%27s_method * -* * @private * @param {number} x - value at which to evaluate the rational function * @returns {number} evaluated rational function diff --git a/base/tools/evalrational-compile/test/fixtures/loop2.js.txt b/base/tools/evalrational-compile/test/fixtures/loop2.js.txt index 7c5a95981..c34c9f00b 100644 --- a/base/tools/evalrational-compile/test/fixtures/loop2.js.txt +++ b/base/tools/evalrational-compile/test/fixtures/loop2.js.txt @@ -1028,7 +1028,6 @@ var END = P.length - 1; * * [horners-method]: https://en.wikipedia.org/wiki/Horner%27s_method * -* * @private * @param {number} x - value at which to evaluate the rational function * @returns {number} evaluated rational function