Skip to content

Commit e83565f

Browse files
committed
Add a doc comment
1 parent 33f18a7 commit e83565f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/numeric/impl_float_maths.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,9 @@ where
175175
fn atan2(A)
176176
}
177177
binary_ops_array! {
178-
/// Integer power of each element.
178+
/// Integer power of each element
179+
///
180+
/// This function is generally faster than using float power.
179181
fn powi(i32) as powi_all
180182
/// Float power of each element.
181183
fn powf(A) as powf_all

0 commit comments

Comments
 (0)