8. List of predefined procedures
These procedures are an integral part of the language definition, and are therefore available on all compilers that fully comply with the standard. From the point of view of how they are calculated, there are four types of predefined procedure in Fortran 90.
-
Distributive procedures, operating on a priori scalar arguments, but applicable to arrays; the functions then return an array of the same profile, resulting from the distribution of the function to the elements of the argument(s).
ExampleABS (( / – 3 , 2 , 7 / )) gives the vector ( / 3, 2 , 7 /)
Attribute or query functions, which provide a property of their main argument independently of its value (which may even be indeterminate); they correspond in Ada...
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed? Log in!
List of predefined procedures
Article included in this offer
"Software technologies and System architectures"
(
227 articles
)
Updated and enriched with articles validated by our scientific committees
A set of exclusive tools to complement the resources
Standardization
- Programming Language-Fortran-Extended. - ANSI INCITS 198 - 1992
- Information Technology – Programming languages – FORTRAN. - NF EN 21539 - 2-94
- Systèmes de traitement de l'information. Infographie. Système graphique de base (GKS). Interface langage. Partie 1 : FORTRAN. - ISO 8651-1 - 4-88
- Technologies de l'information. Arithmétique indépendante de langage. Partie 1 : arithmétique de nombres entiers...
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed? Log in!