Search results
Results from the WOW.Com Content Network
SLATEC Common Mathematical Library is a FORTRAN 77 library of over 1,400 general purpose mathematical and statistical routines. The code was developed at US government research laboratories and is therefore public domain software.
MINPACK is a library of FORTRAN subroutines for the solving of systems of nonlinear equations, or the least squares minimization of the residual of a set of linear or nonlinear equations. The NAG Fortran Library is a collection of mathematical and statistical routines for Fortran. NOVAS is a software library for astrometry-related numerical ...
Initial Ratfor source code was ported to C in 1985 [1] and improved to produce Fortran 77 code too. [2] A git tree has been set in 2010 in order to revive ratfor . [3] Although the GNU C compiler had the ability to directly compile a Ratfor file (.r) without keeping a useless intermediate Fortran code (.f) (gcc foo.r), this functionality was lost in version 4 during the move in 2005 from f77 ...
An important practical extension to FORTRAN 77 was the release of MIL-STD-1753 in 1978. [37] This specification, developed by the U.S. Department of Defense, standardized a number of features implemented by most FORTRAN 77 compilers but not included in the ANSI FORTRAN 77 standard. These features would eventually be incorporated into the ...
Daniel D. McCracken (July 23, 1930 – July 30, 2011) was a computer scientist in the United States. He was a professor of Computer Sciences at the City College of New York, and the author of over two dozen textbooks on computer programming, with an emphasis on guides to programming in widely used languages such as Fortran and COBOL.
This standard, designated FORTRAN 77, introduced many new statements into the language. In fact, the previous language standard FORTRAN 66 is a very small document and describes, what is in effect, a subset of most implementations of FORTRAN. For example, the WATFIV and WATFOR-11 implementations are based upon the IBM definition of FORTRAN-IV.
One of the major features of FORTRAN 77 was the CHARACTER string data type. Use of this data type dramatically simplified character manipulation in Fortran programs – rendering almost all uses of the Hollerith constant technique obsolete.
QUADPACK is a FORTRAN 77 library for numerical integration of one-dimensional functions. [2] It was included in the SLATEC Common Mathematical Library and is therefore in the public domain. [3] The individual subprograms are also available on netlib. [4] The GNU Scientific Library reimplemented the QUADPACK routines in C.