Skip to content

Replace the call to sort by select in stdlib_stats_median #584

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Dec 10, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
small adjustement
  • Loading branch information
jvdp1 committed Dec 2, 2021
commit de04268e79f48c92e897326f9d9db1ff2edb427c
3 changes: 1 addition & 2 deletions doc/specs/stdlib_stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,7 @@ Generic subroutine

### Arguments

`array`: Shall be an array of type `integer` or `real`. It is an `intent(in)`
argument.
`array`: Shall be an array of type `integer` or `real`. It is an `intent(in)` argument.

`dim`: Shall be a scalar of type `integer` with a value in the range from 1 to `n`, where `n` is the rank of `array`. It is an `intent(in)` argument.

Expand Down