You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FortranCon2020-stdlib/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@
28
28
29
29
**Abstract**:
30
30
The Fortran Standard, as published by the International Organization for Standardization (ISO), does not include a Standard Library.
31
-
Therefore, the goal of this project is to provide a community driven and agreed upon de facto "standard" library for Modern Fortran, called Fortran Standard Library (stdlib; https://github.com/fortran-lang/stdlib).
31
+
Therefore, the goal of this project is to provide a community driven and agreed upon de facto "standard" library for Modern Fortran, called the Fortran Standard Library (stdlib; https://github.com/fortran-lang/stdlib).
32
32
This library aims to provide to the community a set of procedures for science, engineering, and mathematics. Among others, it will include procedures for manipulating strings and files, for assertions and unit testing, but also, e.g., for searching and sorting algorithms, linear algebra, sparse matrices, or statistics.
33
33
Started a few months ago, no less than 15 people already contributed to the development of the Fortran Standard Library and its documentation.
34
34
Currently the library includes procedures for catching and handling errors, handling optional arguments, facilitating I/O operations, linear algebra, numerical integration, and descriptive statistics.
0 commit comments