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 dd4e935 commit 2caeab3Copy full SHA for 2caeab3
doc/specs/stdlib_math.md
@@ -122,7 +122,7 @@ The output is a rank 1 array whose length is either 100 (default value) or `n`.
122
If `n` == 1, return a rank 1 array whose only element is `end`.
123
If `n` <= 0, return a rank 1 array with length 0.
124
125
-If `start`/`end` are real or complex types, the `result` will be the same `type` and `kind` as `start`/`end`.
+If `start`/`end` are `real` or `complex` types, the `result` will be of the same type and kind as `start`/`end`.
126
If `start`/`end` are integer types, the `result` will default to a double precision real array.
127
128
#### Examples
0 commit comments