Skip to content

Commit 4164cd3

Browse files
committed
Update namespace
1 parent ffab124 commit 4164cd3

File tree

1 file changed

+9
-0
lines changed
  • lib/node_modules/@stdlib/math/iter/special/lib

1 file changed

+9
-0
lines changed

lib/node_modules/@stdlib/math/iter/special/lib/index.js

+9
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,15 @@ setReadOnly( ns, 'iterAversin', require( '@stdlib/math/iter/special/aversin' ) )
198198
*/
199199
setReadOnly( ns, 'iterBesselj0', require( '@stdlib/math/iter/special/besselj0' ) );
200200

201+
/**
202+
* @name iterBesselj1
203+
* @memberof ns
204+
* @readonly
205+
* @type {Function}
206+
* @see {@link module:@stdlib/math/iter/special/besselj1}
207+
*/
208+
setReadOnly( ns, 'iterBesselj1', require( '@stdlib/math/iter/special/besselj1' ) );
209+
201210
/**
202211
* @name iterBeta
203212
* @memberof ns

0 commit comments

Comments
 (0)