codee-com/open-catalog

[Fortran] Replace archaic intrinsic functions

Open

#37 opened on Sep 20, 2024

View on GitHub
 (1 comment) (2 reactions) (0 assignees)Fortran (12 forks)auto 404
Fortrangood first issuenew check

Repository metrics

Stars
 (105 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide