Skip to content

Commit 89f0015

Browse files
jalveszjvdp1
andauthored
Update src/stdlib_str2num.fypp
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent acefb99 commit 89f0015

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/stdlib_str2num.fypp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ module stdlib_str2num
5454
end interface
5555

5656
interface to_num_p
57+
!! version: experimental
58+
!!
59+
!! Conversion of a stream of values in a string to numbers
60+
!! ([Specification](../page/specs/stdlib_str2num.html#to-num-p-conversion-of-a-stream-of-values-in-a-strings-to-numbers))
5761
#:for k1, t1 in (INT_KINDS_TYPES + REAL_KINDS_TYPES)
5862
module procedure to_${k1}$_p
5963
#:endfor

0 commit comments

Comments
 (0)