Skip to content

Commit bea580c

Browse files
committed
feat: add evalpolyf to namespace
1 parent df509a1 commit bea580c

File tree

1 file changed

+9
-0
lines changed
  • lib/node_modules/@stdlib/math/base/tools/lib

1 file changed

+9
-0
lines changed

lib/node_modules/@stdlib/math/base/tools/lib/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,15 @@ setReadOnly( ns, 'continuedFraction', require( '@stdlib/math/base/tools/continue
5858
*/
5959
setReadOnly( ns, 'evalpoly', require( '@stdlib/math/base/tools/evalpoly' ) );
6060

61+
/**
62+
* @name evalpolyf
63+
* @memberof tools
64+
* @readonly
65+
* @type {Function}
66+
* @see {@link module:@stdlib/math/base/tools/evalpolyf}
67+
*/
68+
setReadOnly( ns, 'evalpolyf', require( '@stdlib/math/base/tools/evalpolyf' ) );
69+
6170
/**
6271
* @name evalrational
6372
* @memberof ns

0 commit comments

Comments
 (0)