Skip to content

Commit 6098d8c

Browse files
ejovo13jvdp1
andauthored
Update doc/specs/stdlib_math.md
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 269c0cc commit 6098d8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/specs/stdlib_math.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ end program demo_linspace_int16
164164

165165
#### Description
166166

167-
Returns a logarithmically spaced rank 1 array from [`base`^`start`, `base`^`end`]. Optionally, you can specify the length of the returned array by passing `n`.
167+
Returns a logarithmically spaced rank 1 array from [`base`^`start`, `base`^`end`]. The default size of the array is 100. Optionally, you can specify the length of the returned array by passing `n`.
168168

169169
#### Syntax
170170

@@ -228,4 +228,4 @@ program demo_logspace_int16
228228
229229
r = logspace(start, end, 15)
230230
end program demo_logspace_int16
231-
```
231+
```

0 commit comments

Comments
 (0)