Computes the median of the values in an array.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(inout) | :: | x(:) |
The array of values to analyze. On output, this array is sorted into ascending order. |
The result.