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: lib/node_modules/@stdlib/stats/nanmax/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ var dt = getDType( y );
158
158
159
159
#### nanmax.assign( x, out\[, options] )
160
160
161
-
Computes the maximum value along one or more [ndarray][@stdlib/ndarray/ctor] dimensions and assigns results to a provided output [ndarray][@stdlib/ndarray/ctor], ignoring `NaN` values.
161
+
Computes the maximum value along one or more [ndarray][@stdlib/ndarray/ctor] dimensions while ignoring `NaN` values and assigns results to a provided output [ndarray][@stdlib/ndarray/ctor].
0 commit comments