Skip to content

Commit 61d7c44

Browse files
Update stdlib_math spec detail for logspace
1 parent f371b76 commit 61d7c44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/specs/stdlib_math.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ For function calls where the `base` is specified, the `type` and `kind` of the r
234234
| " " | " " | `Integer` | `complex(KIND)` |
235235
| `Integer` | " " | `real(KIND)` | `real(KIND)` |
236236
| " " | " " | `complex(KIND)` | `complex(KIND)` |
237-
| " " | " " | `Integer` | `Integer` |
237+
| " " | " " | `Integer` | `real(dp)` |
238238

239239
#### Examples
240240

0 commit comments

Comments
 (0)