We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca833a commit e0f68edCopy full SHA for e0f68ed
doc/specs/stdlib_stats.md
@@ -202,8 +202,8 @@ and if `n` is an odd number, the median is:
202
median(array) = mean( array_sorted( floor( (n + 1) / 2.):floor( (n + 1) / 2.) + 1 ) )
203
```
204
205
-The array is sorted using the subroutine `ord_sort` provided by the `stdlib_sorting`
206
-module.
+The array is sorted using the subroutine `[[stdlib_sorting(module):ord_sort(interface)]]`
+provided by the `[[stdlib_sorting(module)]]` module.
207
208
### Syntax
209
0 commit comments