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 cbc05b2 commit 026a22cCopy full SHA for 026a22c
src/stdlib_str2num.fypp
@@ -1,6 +1,7 @@
1
#:include "common.fypp"
2
!> The `stdlib_str2num` module provides procedures and interfaces for conversion
3
-!> of characters to numerical types. Currently supported: int32, real32 and real64
+!> of characters to numerical types. Currently supported: `integer` and `real`.
4
+!! ([Specification](../page/specs/stdlib_str2num.html)
5
!>
6
!> This code was modified from https://github.com/jalvesz/Fortran-String-to-Num by Alves Jose
7
!> And was possible thanks to all the discussions in this thread https://fortran-lang.discourse.group/t/faster-string-to-double/
0 commit comments