Skip to content

Commit 20d372a

Browse files
authored
Enlarge parentheses in math in std_axis docs (#604)
This looks a little nicer.
1 parent b490cd7 commit 20d372a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/numeric/impl_numeric.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,9 @@ impl<A, S, D> ArrayBase<S, D>
228228
/// The standard deviation is defined as:
229229
///
230230
/// ```text
231-
/// 1 n
232-
/// stddev = sqrt ( ―――――――― ∑ (xᵢ - x̅)² )
233-
/// n - ddof i=1
231+
/// 1 n
232+
/// stddev = sqrt ―――――――― ∑ (xᵢ - x̅)²
233+
/// n - ddof i=1
234234
/// ```
235235
///
236236
/// where

0 commit comments

Comments
 (0)