Skip to content

Commit

Permalink
fixes heading level for hypot
Browse files Browse the repository at this point in the history
  • Loading branch information
auto-differentiation-dev committed Jan 10, 2024
1 parent 1b59b17 commit 5b22eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/math.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ For derivatives, we therefore consider them both the same and calculate derivati

`#!c++ T cbrt(T x)` computes the cubic root of `x`.

### `hypot`
#### `hypot`

`#!c++ T hypot(T x, T y)` computes `sqrt(x*x + y*y)` without undue overflow or underflow at
intermediate stages of the computation.
Expand Down

0 comments on commit 5b22eff

Please sign in to comment.