Skip to content

Commit

Permalink
Update doc/specs/stdlib_str2num.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremie Vandenplas <[email protected]>
  • Loading branch information
jalvesz and jvdp1 authored Dec 31, 2023
1 parent 1824763 commit a18f358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/specs/stdlib_str2num.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Convert a stream of values in a string to an array of values.

`string`: argument has `intent(in)` and is of type `character(*), pointer`.

`mold`: argument has `intent(in)` and is of numerical type. currently: `integer`, `real32`, `real64` or `real128`. **Note**: the mold argument is included to help compilers chose the correct implementation at compile-time. Currently, compilers are not able to disambiguate functions with respect to the left-hand-side of an assignment.
`mold`: argument has `intent(in)` and is of numerical type. currently: `int8`, `int16`,`int32`, `int64`, `real32`, `real64` or `real128`. **Note**: the mold argument is included to help compilers chose the correct implementation at compile-time. Currently, compilers are not able to disambiguate functions with respect to the left-hand-side of an assignment.

### Return value

Expand Down

0 comments on commit a18f358

Please sign in to comment.