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.

貢獻者指南