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 44ecace commit c357fa2Copy full SHA for c357fa2
doc/specs/stdlib_str2num.md
@@ -74,7 +74,7 @@ Return a scalar of numerical type (i.e., `integer` or `real`).
74
### Example
75
76
```fortran
77
-program example_str2num
+program example_to_num_p
78
use stdlib_kinds, only: dp
79
use stdlib_str2num, only: to_num_p
80
character(:), allocatable, target :: chain
0 commit comments