Skip to content

Commit

Permalink
Fix the reference to pown in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris00 committed Feb 7, 2022
1 parent 3df1c2d commit b0ee70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_docs/conformance.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Some operations are only available when the crate is built with the conditional
| sqr(_x_) | [`x.sqr()`](`Interval::sqr`) | - |
| sqrt(_x_) | [`x.sqrt()`](`Interval::sqrt`) | - |
| fma(_x_, _y_, _z_) | [`x.mul_add(y, z)`](`Interval::mul_add`) | - |
| pown(_x_, _n_) | [`x.pown(n)`](`Interval::pown`) | Yes |
| pown(_x_, _n_) | [`x.powi(n)`](`Interval::powi`) | Yes |
| pow(_x_, _y_) | [`x.pow(y)`](`Interval::pow`) | Yes |
| exp(_x_) | [`x.exp()`](`Interval::exp`) | Yes |
| exp2(_x_) | [`x.exp2()`](`Interval::exp2`) | Yes |
Expand Down

0 comments on commit b0ee70c

Please sign in to comment.