Skip to content

Commit 026a22c

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/stdlib_str2num.fypp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#:include "common.fypp"
22
!> The `stdlib_str2num` module provides procedures and interfaces for conversion
3-
!> of characters to numerical types. Currently supported: int32, real32 and real64
3+
!> of characters to numerical types. Currently supported: `integer` and `real`.
4+
!! ([Specification](../page/specs/stdlib_str2num.html)
45
!>
56
!> This code was modified from https://github.com/jalvesz/Fortran-String-to-Num by Alves Jose
67
!> And was possible thanks to all the discussions in this thread https://fortran-lang.discourse.group/t/faster-string-to-double/

0 commit comments

Comments
 (0)