Skip to content

Commit 4dd6a68

Browse files
committed
feat: add add3 to namespace
1 parent b1b4604 commit 4dd6a68

File tree

1 file changed

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

1 file changed

+9
-0
lines changed

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

+9
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,15 @@ var ns = {};
4545
*/
4646
setReadOnly( ns, 'add', require( '@stdlib/math/base/ops/add' ) );
4747

48+
/**
49+
* @name add3
50+
* @memberof ns
51+
* @readonly
52+
* @type {Function}
53+
* @see {@link module:@stdlib/math/base/ops/add3}
54+
*/
55+
setReadOnly( ns, 'add3', require( '@stdlib/math/base/ops/add3' ) );
56+
4857
/**
4958
* @name addf
5059
* @memberof ns

0 commit comments

Comments
 (0)