Skip to content

Commit acefb99

Browse files
jalveszjvdp1
andauthored
Update src/stdlib_str2num.fypp
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 026a22c commit acefb99

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
@@ -44,6 +44,10 @@ module stdlib_str2num
4444
integer(int8), parameter :: LF = 10, CR = 13, WS = 32
4545

4646
interface to_num
47+
!! version: experimental
48+
!!
49+
!! Conversion of strings to numbers
50+
!! ([Specification](../page/specs/stdlib_str2num.html#to-num-conversion-of-strings-to-numbers))
4751
#:for k1, t1 in (INT_KINDS_TYPES + REAL_KINDS_TYPES)
4852
module procedure to_${k1}$
4953
#:endfor

0 commit comments

Comments
 (0)