codee-com/open-catalog

[Fortran] Replace archaic intrinsic functions

Open

#37 opened on 2024年9月20日

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)

説明

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.

コントリビューターガイド