You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ var mskbinary3d = require( '@stdlib/array-base-mskbinary3d' );
74
74
Applies a binary callback to elements in two three-dimensional nested input arrays according to elements in a three-dimensional nested mask array and assigns results to elements in a three-dimensional nested output array.
75
75
76
76
```javascript
77
-
var add =require( '@stdlib/math-base-ops-add' );
77
+
var add =require( '@stdlib/number-float64-base-add' );
78
78
var zeros3d =require( '@stdlib/array-base-zeros3d' );
79
79
80
80
var x = [
@@ -126,7 +126,7 @@ var discreteUniform = require( '@stdlib/random-base-discrete-uniform' ).factory;
126
126
var bernoulli =require( '@stdlib/random-base-bernoulli' ).factory;
127
127
var filled3dBy =require( '@stdlib/array-base-filled3d-by' );
128
128
var zeros3d =require( '@stdlib/array-base-zeros3d' );
129
-
var add =require( '@stdlib/math-base-ops-add' );
129
+
var add =require( '@stdlib/number-float64-base-add' );
130
130
var mskbinary3d =require( '@stdlib/array-base-mskbinary3d' );
131
131
132
132
var shape = [ 3, 3, 3 ];
@@ -185,7 +185,7 @@ See [LICENSE][stdlib-license].
0 commit comments