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 Apr 20, 2024
1 parent 0013b10 commit 76b437b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/idamax/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ var idx = idamax.ndarray( 5, x, 1, 1 );

## Notes

- If `N < 1` or `strideX <= 0`, both functions return `0`.
- If `N < 1` or `strideX <= 0`, both functions return `-1`.
- `idamax()` corresponds to the [BLAS][blas] level 1 function [`idamax`][idamax].

</section>
Expand Down

0 comments on commit 76b437b

Please sign in to comment.