Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Dec 15, 2022
1 parent 7d93405 commit 373c225
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -935,9 +935,9 @@ base.max,"base.max( x, y )"
base.maxabs,"base.maxabs( x, y )"
base.maxn,"base.maxn( [x[, y[, ...args]]] )"
base.min,"base.min( x, y )"
base.minabs,"base.minabs( [x[, y[, ...args]]] )"
base.minmax,"base.minmax( x[, y[, ...args]] )"
base.minmax.assign,"base.minmax.assign( x[, y[, ...args]], out, stride, offset )"
base.minabs,"base.minabs( x, y )"
base.minmax,"base.minmax( x, y )"
base.minmax.assign,"base.minmax.assign( x, y, out, stride, offset )"
base.minmaxabs,"base.minmaxabs( [out,] x[, y[, ...args]] )"
base.minn,"base.minn( [x[, y[, ...args]]] )"
base.modf,"base.modf( x )"
Expand Down
2 changes: 1 addition & 1 deletion data/data.json

Large diffs are not rendered by default.

0 comments on commit 373c225

Please sign in to comment.