Skip to content

Commit 5564766

Browse files
committed
feat: add evalrationalf to namespace
1 parent e27f134 commit 5564766

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
@@ -76,6 +76,15 @@ setReadOnly( ns, 'evalpolyf', require( '@stdlib/math/base/tools/evalpolyf' ) );
7676
*/
7777
setReadOnly( ns, 'evalrational', require( '@stdlib/math/base/tools/evalrational' ) );
7878

79+
/**
80+
* @name evalrationalf
81+
* @memberof ns
82+
* @readonly
83+
* @type {Function}
84+
* @see {@link module:@stdlib/math/base/tools/evalrationalf}
85+
*/
86+
setReadOnly( ns, 'evalrationalf', require( '@stdlib/math/base/tools/evalrationalf' ) );
87+
7988
/**
8089
* @name fibpoly
8190
* @memberof ns

0 commit comments

Comments
 (0)