Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fux bug in functions.md example hypot (#54267)
In the section explaining the `return` key word, the example of the function computing the hypotenuse length of a right triangle with sides of length x and y should return `abs(x)` if y is zero, and not `zero(x)`.
- Loading branch information