Skip to content

Commit bb59e1c

Browse files
committed
revision
1 parent f363743 commit bb59e1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

FortranCon2020-stdlib/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
**Abstract**:
3030
The Fortran Standard, as published by the International Organization for Standardization (ISO), does not include a Standard Library.
3131
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-
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.
32+
This library aims to provide to the community a set of procedures for science, engineering, and mathematics.
33+
The overall scope of the Fortran Standard Library is therefore similar to the one of SciPy or to the default built-in Matlab scientific environment.
3334
Started a few months ago, no less than 15 people already contributed to the development of the Fortran Standard Library and its documentation.
3435
Currently the library includes procedures for catching and handling errors, handling optional arguments, facilitating I/O operations, linear algebra, numerical integration, and descriptive statistics.
3536
Many other programmers are also involved in active discussions about the development of the Fortran Standard Library through GitHub issues.

0 commit comments

Comments
 (0)