Skip to content

Commit 791955f

Browse files
committed
Auto-generated commit
1 parent 63b6066 commit 791955f

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

base/tools/evalpoly-compile/test/fixtures/evalpoly1.js.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
*
1212
* [horners-method]: https://en.wikipedia.org/wiki/Horner%27s_method
1313
*
14-
*
1514
* @private
1615
* @param {number} x - value at which to evaluate the polynomial
1716
* @returns {number} evaluated polynomial

base/tools/evalpoly-compile/test/fixtures/evalpoly2.js.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
*
1212
* [horners-method]: https://en.wikipedia.org/wiki/Horner%27s_method
1313
*
14-
*
1514
* @private
1615
* @param {number} x - value at which to evaluate the polynomial
1716
* @returns {number} evaluated polynomial

base/tools/evalpoly-compile/test/fixtures/evalpoly3.js.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
*
1212
* [horners-method]: https://en.wikipedia.org/wiki/Horner%27s_method
1313
*
14-
*
1514
* @private
1615
* @param {number} x - value at which to evaluate the polynomial
1716
* @returns {number} evaluated polynomial

base/tools/evalrational-compile/test/fixtures/evalrational1.js.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
*
1313
* [horners-method]: https://en.wikipedia.org/wiki/Horner%27s_method
1414
*
15-
*
1615
* @private
1716
* @param {number} x - value at which to evaluate the rational function
1817
* @returns {number} evaluated rational function

base/tools/evalrational-compile/test/fixtures/evalrational2.js.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
*
1313
* [horners-method]: https://en.wikipedia.org/wiki/Horner%27s_method
1414
*
15-
*
1615
* @private
1716
* @param {number} x - value at which to evaluate the rational function
1817
* @returns {number} evaluated rational function

base/tools/evalrational-compile/test/fixtures/evalrational3.js.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
*
1313
* [horners-method]: https://en.wikipedia.org/wiki/Horner%27s_method
1414
*
15-
*
1615
* @private
1716
* @param {number} x - value at which to evaluate the rational function
1817
* @returns {number} evaluated rational function

0 commit comments

Comments
 (0)