Why no fortran standard library ?
Posted
by
Stefano Borini
on Programmers
See other posts from Programmers
or by Stefano Borini
Published on 2011-02-01T11:13:19Z
Indexed on
2011/02/01
15:33 UTC
Read the original article
Hit count: 410
language-features
|fortran
To be a language focused on mathematics and scientific computing, I am always baffled by the total lack of useful mathematical routines in the Fortran standard library. One would expect it to be shipped at least with a routine to compute standard deviation and mean, but this is not the case. In particular with the introduction of Fortran 90 and the addition of modules (thus reducing namespace pollution), I don't see any reason why of this critical lack of services.
I would like to hear your knowledge about why this is the case.
© Programmers or respective owner