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 acefb99 commit 89f0015Copy full SHA for 89f0015
src/stdlib_str2num.fypp
@@ -54,6 +54,10 @@ module stdlib_str2num
54
end interface
55
56
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))
61
#:for k1, t1 in (INT_KINDS_TYPES + REAL_KINDS_TYPES)
62
module procedure to_${k1}$_p
63
#:endfor
0 commit comments