Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Nov 9, 2023
1 parent 87ded8e commit e80b6f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion base/tools/evalpoly-compile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ var str = compile( [ 3.0, 2.0, 1.0 ] );

In the example above, the output `string` would correspond to the following module:

<!-- eslint-disable no-unused-expressions -->

```javascript
'use strict';

Expand All @@ -61,7 +63,6 @@ In the example above, the output `string` would correspond to the following modu
*
* [horners-method]: https://en.wikipedia.org/wiki/Horner%27s_method
*
*
* @private
* @param {number} x - value at which to evaluate the polynomial
* @returns {number} evaluated polynomial
Expand Down
1 change: 0 additions & 1 deletion base/tools/evalrational-compile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ In the example above, the output `string` would correspond to the following modu
*
* [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
Expand Down

0 comments on commit e80b6f4

Please sign in to comment.