codee-com/open-catalog

[Fortran] Replace archaic intrinsic functions

Open

#37 创建于 2024年9月20日

在 GitHub 查看
 (1 评论) (2 反应) (0 负责人)Fortran (12 fork)auto 404
Fortrangood first issuenew check

仓库指标

Star
 (105 star)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南