codee-com/open-catalog

[Fortran] Replace archaic intrinsic functions

Open

#37 aperta il 20 set 2024

Vedi su GitHub
 (1 commento) (2 reazioni) (0 assegnatari)Fortran (12 fork)auto 404
Fortrangood first issuenew check

Metriche repository

Star
 (105 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Over time, several intrinsic functions have been labeled archaic. See here for the complete list. They should be replaced by their modern equivalent. For example: dsin works for real, while csin and zsin for complex of different kind. They should be replaced by sin, which works for all cases.

Guida contributor