You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/specs/stdlib_math.md
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -275,7 +275,7 @@ program demo_logspace_rstart_cbase
275
275
276
276
end program demo_logspace_rstart_cbase
277
277
```
278
-
## `arange` - Create a vector of the `integer/real` type with evenly spaced values within a given interval.
278
+
## `arange`
279
279
280
280
### Status
281
281
@@ -287,14 +287,20 @@ Pure function.
287
287
288
288
### Description
289
289
290
-
Create a vector of the `integer/real` type with evenly spaced values within a given interval.
290
+
Create a vector of the `integer/real` type with given fixed spaced values within a given interval.
291
+
292
+
#### Note
293
+
294
+
Because of the `i` (`huge(integer :: i) = 2147483647`) index inside the `arange` function , the dimensional maximum length of array created by the `arange` function is `2147483647`.
0 commit comments