Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve argmin/argmax docstring (#46737)
The current phrasing "Return a value `x` in the domain of `f`" is a bit misleading, as the domain of `f` may be much larger than the argument `domain`. It's better to be clear that the value returned will be an element of the `domain` that is provided.
- Loading branch information