Skip to content

Commit c833cbc

Browse files
jvdp1milancurcic
andauthored
Update doc/specs/stdlib_experimental_stats.md
Co-authored-by: Milan Curcic <[email protected]>
1 parent d493c76 commit c833cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_experimental_stats.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The Pearson correlation between two rows (or columns), say `x` and `y`, of `arra
3333
### Return value
3434

3535
If `array` is of rank 1 and of type `real` or `complex`, the result is of type `real` and has the same kind as `array`.
36-
If `array` is of rank 2 and of type `real` or `complex`, the result is of the same type as `array`.
36+
If `array` is of rank 2 and of type `real` or `complex`, the result is of the same type and kind as `array`.
3737
If `array` is of type `integer`, the result is of type `real(dp)`.
3838

3939
If `array` is of rank 1 and of size larger than 1, a scalar equal to 1 is returned. Otherwise, IEEE `NaN` is returned.

0 commit comments

Comments
 (0)